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