Ran clang-format again.
diff --git a/include/json/config.h b/include/json/config.h
index f0cea44..afd3a45 100644
--- a/include/json/config.h
+++ b/include/json/config.h
@@ -102,7 +102,7 @@
 #else                 // if defined(_MSC_VER) // Other platforms, use long long
 typedef long long int Int64;
 typedef unsigned long long int UInt64;
-#endif                // if defined(_MSC_VER)
+#endif // if defined(_MSC_VER)
 typedef Int64 LargestInt;
 typedef UInt64 LargestUInt;
 #define JSON_HAS_INT64
diff --git a/include/json/value.h b/include/json/value.h
index 09db289..92526a4 100644
--- a/include/json/value.h
+++ b/include/json/value.h
@@ -49,7 +49,7 @@
   commentBefore = 0,      ///< a comment placed on the line before a value
   commentAfterOnSameLine, ///< a comment just after a value on the same line
   commentAfter, ///< a comment on the line after a value (only make sense for
-                ///root value)
+  /// root value)
   numberOfCommentPlacement
 };