Mercurial > minori
comparison include/library/library.h @ 369:47c9f8502269
*: clang-format all the things
I've edited the formatting a bit. Now pointer asterisks (and reference
ampersands) are on the variable instead of the type, as well as having
newlines for function braces (but nothing else)
author | Paper <paper@tflc.us> |
---|---|
date | Fri, 25 Jul 2025 10:16:02 -0400 |
parents | 886f66775f31 |
children |
comparison
equal
deleted
inserted
replaced
368:6d37a998cf91 | 369:47c9f8502269 |
---|---|
1 #ifndef MINORI_LIBRARY_LIBRARY_H_ | 1 #ifndef MINORI_LIBRARY_LIBRARY_H_ |
2 #define MINORI_LIBRARY_LIBRARY_H_ | 2 #define MINORI_LIBRARY_LIBRARY_H_ |
3 | 3 |
4 #include "library/library.h" | 4 #include "library/library.h" |
5 | 5 |
6 #include <filesystem> | |
6 #include <optional> | 7 #include <optional> |
7 #include <filesystem> | |
8 #include <unordered_map> | 8 #include <unordered_map> |
9 | 9 |
10 namespace Library { | 10 namespace Library { |
11 | 11 |
12 class Database final { | 12 class Database final { |