diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-30 10:52:15 +1100 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-30 10:52:15 +1100 |
commit | c5176c9c001c7d32cc2c658e09be8a4b5237685b (patch) | |
tree | 1a9bbb973db8bad8084b828666e0fbfedb2474cb /src/std | |
parent | 57185c5e59e92775dd45b3e2966debb4ce5641e9 (diff) |
chore format lint
Diffstat (limited to 'src/std')
-rw-r--r-- | src/std/containers/darray.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/std/containers/darray.h b/src/std/containers/darray.h index 45d92e2..b15d269 100644 --- a/src/std/containers/darray.h +++ b/src/std/containers/darray.h @@ -6,7 +6,8 @@ // COPIED FROM KITC WITH SOME MINOR ADJUSTMENTS /* TODO: - - a 'find' function that takes a predicate (maybe wrap with a macro so we dont have to define a new function?) + - a 'find' function that takes a predicate (maybe wrap with a macro so we dont have to define a + new function?) */ #ifndef KITC_TYPED_ARRAY_H |