aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/zenhttp.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-16 15:46:43 +0200
committerStefan Boberg <[email protected]>2021-09-16 15:47:56 +0200
commitc3a7f98683d8c017f6a0dc3e884f2397670563e6 (patch)
tree37bc2bc7255f913bd52fc9ed3103138e8c594bfc /zenhttp/zenhttp.cpp
parentImproved package serialization to allow round tripping (diff)
downloadzen-c3a7f98683d8c017f6a0dc3e884f2397670563e6.tar.xz
zen-c3a7f98683d8c017f6a0dc3e884f2397670563e6.zip
clang-format fixes
Diffstat (limited to 'zenhttp/zenhttp.cpp')
-rw-r--r--zenhttp/zenhttp.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/zenhttp/zenhttp.cpp b/zenhttp/zenhttp.cpp
index 148cf4499..637486f55 100644
--- a/zenhttp/zenhttp.cpp
+++ b/zenhttp/zenhttp.cpp
@@ -1,3 +1,5 @@
+// Copyright Epic Games, Inc. All Rights Reserved.
+
#include <zenhttp/zenhttp.h>
#include <zenhttp/httpserver.h>
@@ -7,7 +9,7 @@ namespace zen {
void
zenhttp_forcelinktests()
{
- http_forcelink();
+ http_forcelink();
}
-} \ No newline at end of file
+} // namespace zen \ No newline at end of file