Mercurial > minori
comparison include/track/media.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 | b1f625b0227c |
children |
comparison
equal
deleted
inserted
replaced
368:6d37a998cf91 | 369:47c9f8502269 |
---|---|
5 #include <vector> | 5 #include <vector> |
6 | 6 |
7 namespace Track { | 7 namespace Track { |
8 namespace Media { | 8 namespace Media { |
9 | 9 |
10 bool GetCurrentlyPlaying(std::vector<std::string>& vec); | 10 bool GetCurrentlyPlaying(std::vector<std::string> &vec); |
11 | 11 |
12 } // namespace Media | 12 } // namespace Media |
13 } // namespace Track | 13 } // namespace Track |
14 | 14 |
15 #endif // MINORI_TRACK_MEDIA_H_ | 15 #endif // MINORI_TRACK_MEDIA_H_ |