[llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDB
[oota-llvm.git] / include / llvm / Support / LineIterator.h
index d0f7d30a7076ee59a55bfdb7a01189cacd639c23..9d4cd3bd4c6d95def0cef731d55c049528a46ed0 100644 (file)
@@ -83,6 +83,6 @@ private:
   /// \brief Advance the iterator to the next line.
   void advance();
 };
-} // namespace llvm
+}
 
 #endif