diff options
Diffstat (limited to 'contrib/llvm/lib/Support/Unix/Watchdog.inc')
-rw-r--r-- | contrib/llvm/lib/Support/Unix/Watchdog.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm/lib/Support/Unix/Watchdog.inc b/contrib/llvm/lib/Support/Unix/Watchdog.inc index 5d89c0e..9e335aa 100644 --- a/contrib/llvm/lib/Support/Unix/Watchdog.inc +++ b/contrib/llvm/lib/Support/Unix/Watchdog.inc @@ -28,5 +28,5 @@ namespace llvm { alarm(0); #endif } - } -} + } // namespace sys +} // namespace llvm |