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/zen.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/zen.cpp')
| -rw-r--r-- | zen/zen.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zen/zen.cpp b/zen/zen.cpp index 6390c832f..9c373face 100644 --- a/zen/zen.cpp +++ b/zen/zen.cpp @@ -42,7 +42,6 @@ ////////////////////////////////////////////////////////////////////////// - class TemplateCommand : public ZenCmdBase { public: @@ -125,7 +124,7 @@ main(int argc, char** argv) ZenCmdBase* Cmd; const char* CmdSummary; } Commands[] = { - // clang-format off + // clang-format off {"chunk", &ChunkCmd, "Perform chunking"}, {"copy", &CopyCmd, "Copy file(s)"}, {"deploy", &DeployCmd, "Deploy data"}, @@ -139,7 +138,7 @@ main(int argc, char** argv) {"top", &TopCmd, "Monitor zen server activity"}, {"up", &UpCmd, "Bring zen server up"}, {"down", &DownCmd, "Bring zen server down"}, - // clang-format on + // clang-format on }; // Build set containing available commands |