summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-json-diagnostics.h
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-29 14:49:26 +0800
committerGitHub <noreply@github.com>2024-10-29 14:49:26 +0800
commitf65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 (patch)
treeea1d61342cd29368e19135000ec2948813096205 /source/compiler-core/slang-json-diagnostics.h
parenta729c15e9dce9f5116a38afc66329ab2ca4cea54 (diff)
format
* format * Minor test fixes * enable checking cpp format in ci
Diffstat (limited to 'source/compiler-core/slang-json-diagnostics.h')
-rw-r--r--source/compiler-core/slang-json-diagnostics.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/compiler-core/slang-json-diagnostics.h b/source/compiler-core/slang-json-diagnostics.h
index d819d8947..183178d2b 100644
--- a/source/compiler-core/slang-json-diagnostics.h
+++ b/source/compiler-core/slang-json-diagnostics.h
@@ -3,11 +3,9 @@
#include "../core/slang-basic.h"
#include "../core/slang-writer.h"
-
-#include "slang-source-loc.h"
#include "slang-diagnostic-sink.h"
+#include "slang-source-loc.h"
#include "slang-token.h"
-
#include "slang.h"
namespace Slang
@@ -19,8 +17,8 @@ namespace JSONDiagnostics
{
#define DIAGNOSTIC(id, severity, name, messageFormat) extern const DiagnosticInfo name;
#include "slang-json-diagnostic-defs.h"
-}
+} // namespace JSONDiagnostics
-}
+} // namespace Slang
#endif