Missing )
authorBill Wendling <isanbard@gmail.com>
Thu, 9 Jul 2009 08:48:45 +0000 (08:48 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 9 Jul 2009 08:48:45 +0000 (08:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75126 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CompilerDriver/Main.cpp

index 57d2937b339fa63357cc6e1ab4bc45d579f9bb49..c6e4e1415a06a31de500d51b7555e8c95f6cb0bf 100644 (file)
@@ -31,7 +31,7 @@ namespace {
   sys::Path getTempDir() {
     sys::Path tempDir;
 
-    if (! TempDirname.empty() {
+    if (! TempDirname.empty()) {
       tempDir = TempDirname;
       if (!tempDir.exists()) {
         std::string ErrMsg;