diff options
Diffstat (limited to 'include/llvm/Support/Watchdog.h')
-rw-r--r-- | include/llvm/Support/Watchdog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/Watchdog.h b/include/llvm/Support/Watchdog.h index 01e1d926eb95..5642ae2e2322 100644 --- a/include/llvm/Support/Watchdog.h +++ b/include/llvm/Support/Watchdog.h @@ -32,7 +32,7 @@ namespace llvm { Watchdog(const Watchdog &other) = delete; Watchdog &operator=(const Watchdog &other) = delete; }; - } -} + } // namespace sys +} // namespace llvm #endif |