diff options
-rw-r--r-- | include/Support/Signals.h | 3 | ||||
-rw-r--r-- | include/llvm/System/Signals.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/Support/Signals.h b/include/Support/Signals.h index 34e55b651f..1445bd461d 100644 --- a/include/Support/Signals.h +++ b/include/Support/Signals.h @@ -1,4 +1,4 @@ -//===- Support/Signals.h - Signal Handling support ---------------*- C++ -*--=// +//===- Support/Signals.h - Signal Handling support -------------*- C++ -*-===// // // This file defines some helpful functions for dealing with the possibility of // unix signals occuring while your program is running. @@ -16,3 +16,4 @@ void RemoveFileOnSignal(const std::string &Filename); #endif + diff --git a/include/llvm/System/Signals.h b/include/llvm/System/Signals.h index 34e55b651f..1445bd461d 100644 --- a/include/llvm/System/Signals.h +++ b/include/llvm/System/Signals.h @@ -1,4 +1,4 @@ -//===- Support/Signals.h - Signal Handling support ---------------*- C++ -*--=// +//===- Support/Signals.h - Signal Handling support -------------*- C++ -*-===// // // This file defines some helpful functions for dealing with the possibility of // unix signals occuring while your program is running. @@ -16,3 +16,4 @@ void RemoveFileOnSignal(const std::string &Filename); #endif + |