summaryrefslogtreecommitdiffstats
path: root/tools/render-test/png-serialize-util.cpp
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 /tools/render-test/png-serialize-util.cpp
parenta729c15e9dce9f5116a38afc66329ab2ca4cea54 (diff)
format
* format * Minor test fixes * enable checking cpp format in ci
Diffstat (limited to 'tools/render-test/png-serialize-util.cpp')
-rw-r--r--tools/render-test/png-serialize-util.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/render-test/png-serialize-util.cpp b/tools/render-test/png-serialize-util.cpp
index dc1a9f241..8a649ee87 100644
--- a/tools/render-test/png-serialize-util.cpp
+++ b/tools/render-test/png-serialize-util.cpp
@@ -3,13 +3,14 @@
#include "png-serialize-util.h"
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "external/stb/stb_image_write.h"
-namespace renderer_test {
+namespace renderer_test
+{
using namespace Slang;
/* static */ Slang::Result PngSerializeUtil::write(
@@ -24,4 +25,4 @@ using namespace Slang;
return stbResult ? SLANG_OK : SLANG_FAIL;
}
-} // renderer_test
+} // namespace renderer_test