diff options
| author | Stefan Boberg <[email protected]> | 2021-09-17 15:42:30 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-17 15:42:30 +0200 |
| commit | 0080e35ddb363dcac604cd77c1a07c98e4e75f4b (patch) | |
| tree | 4b869f37c9384ec0c6cf3e0c56c017e4fde694ab /zen/cmds/hash.cpp | |
| parent | Added IsDebuggerPresent() query function to query whether a debugger is curre... (diff) | |
| download | archived-zen-0080e35ddb363dcac604cd77c1a07c98e4e75f4b.tar.xz archived-zen-0080e35ddb363dcac604cd77c1a07c98e4e75f4b.zip | |
clang-format
Diffstat (limited to 'zen/cmds/hash.cpp')
| -rw-r--r-- | zen/cmds/hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/cmds/hash.cpp b/zen/cmds/hash.cpp index e9484c453..0a7989ffc 100644 --- a/zen/cmds/hash.cpp +++ b/zen/cmds/hash.cpp @@ -126,4 +126,4 @@ HashCommand::Run(const ZenCliOptions& GlobalOptions, int argc, char** argv) return 0; } -} +} // namespace zen |