Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldCheckerImpl.h
index a0a11188f5ca8d49eab0677b774acb490de6f196..69d2a7d6b668aea5ea54a42803d7ba31b162842f 100644 (file)
@@ -72,6 +72,6 @@ private:
 
   StubMap Stubs;
 };
-} // namespace llvm
+}
 
 #endif