diff src/core/date.cc @ 413:192da585a0a8 default tip

*: fix formatting the clang-format file was broken andjust using LLVM defaults. now it's fixed and is more in line with what I actually prefer my code to look like -- esp. with regards to tabulators
author Paper <paper@tflc.us>
date Sat, 25 Jul 2026 14:54:32 -0400
parents e561b7542b7b
children
line wrap: on
line diff
--- a/src/core/date.cc	Sat Jul 25 14:33:03 2026 -0400
+++ b/src/core/date.cc	Sat Jul 25 14:54:32 2026 -0400
@@ -6,8 +6,8 @@
 #include <QDebug>
 
 #include <algorithm>
+#include <cstdio>
 #include <sstream>
-#include <cstdio>
 
 /* An implementation of AniList's "fuzzy date" */
 
@@ -139,7 +139,7 @@
 nlohmann::json Date::GetAsAniListJson() const
 {
 	nlohmann::json json = {
-	    {"year",  nullptr},
+		{"year",  nullptr},
         {"month", nullptr},
         {"day",   nullptr}
     };