Apply clang-format fixes

This commit is contained in:
Justin Mitchell
2026-01-03 22:02:06 -05:00
parent 24736eaa50
commit a1be4bbfac
4 changed files with 23 additions and 27 deletions

View File

@@ -8,9 +8,9 @@
* CrossPoint position representation.
*/
struct CrossPointPosition {
int spineIndex; // Current spine item (chapter) index
int pageNumber; // Current page within the spine item
int totalPages; // Total pages in the current spine item
int spineIndex; // Current spine item (chapter) index
int pageNumber; // Current page within the spine item
int totalPages; // Total pages in the current spine item
};
/**