diff options
Diffstat (limited to 'include/llvm/Support/ToolOutputFile.h')
-rw-r--r-- | include/llvm/Support/ToolOutputFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/ToolOutputFile.h b/include/llvm/Support/ToolOutputFile.h index 1be26c2cb58b..e7a65456e3de 100644 --- a/include/llvm/Support/ToolOutputFile.h +++ b/include/llvm/Support/ToolOutputFile.h @@ -58,6 +58,6 @@ public: void keep() { Installer.Keep = true; } }; -} // end llvm namespace +} // namespace llvm #endif |