Correct header guard #endif comments

llvm-svn: 196381
This commit is contained in:
Ed Maste 2013-12-04 13:41:18 +00:00
parent ecc232d521
commit ea66007938
2 changed files with 2 additions and 2 deletions

View File

@ -82,4 +82,4 @@ public:
};
#endif // liblldb_MacOSXProcess_H_
#endif // liblldb_ProcessFreeBSD_H_

View File

@ -112,4 +112,4 @@ private:
bool m_stopping_threads;
};
#endif // liblldb_MacOSXProcess_H_
#endif // liblldb_ProcessLinux_H_