Normalize whitespace in comments and includes

Standardize spacing in inline comments and remove extra blank line in include statement for consistency
This commit is contained in:
Justin Mitchell
2026-07-09 00:21:25 -04:00
parent 4c5fd653c0
commit cecdbefa0e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,8 +12,8 @@
#include "I18n.h" #include "I18n.h"
#include "RecentBooksStore.h" #include "RecentBooksStore.h"
#include "components/icons/bluetooth.h"
#include "components/UITheme.h" #include "components/UITheme.h"
#include "components/icons/bluetooth.h"
#include "components/icons/bookmark.h" #include "components/icons/bookmark.h"
#include "fontIds.h" #include "fontIds.h"