diff options
| author | Stefan Boberg <[email protected]> | 2023-05-11 13:43:15 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-11 13:43:15 +0200 |
| commit | e97713f2948e5356c799355f40ae7dd0b7630180 (patch) | |
| tree | 680a29e369cb8e2a25f2eb331d7925f810a4b30a /src/zenstore/scrubcontext.cpp | |
| parent | Merge branch 'main' of https://github.com/EpicGames/zen (diff) | |
| download | zen-e97713f2948e5356c799355f40ae7dd0b7630180.tar.xz zen-e97713f2948e5356c799355f40ae7dd0b7630180.zip | |
clang-format
Diffstat (limited to 'src/zenstore/scrubcontext.cpp')
| -rw-r--r-- | src/zenstore/scrubcontext.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/zenstore/scrubcontext.cpp b/src/zenstore/scrubcontext.cpp index 525f36123..d471f0fca 100644 --- a/src/zenstore/scrubcontext.cpp +++ b/src/zenstore/scrubcontext.cpp @@ -1,3 +1,5 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + #include "zenstore/scrubcontext.h" #include <zencore/workthreadpool.h> @@ -12,4 +14,4 @@ ScrubContext::~ScrubContext() { } -}
\ No newline at end of file +} // namespace zen
\ No newline at end of file |