mirror of
https://github.com/YACReader/yacreader
synced 2025-11-13 13:32:51 -05:00
Format code using clang-format
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
#ifndef EXIT_CHECK_H
|
||||
#define EXIT_CHECK_H
|
||||
|
||||
namespace YACReader
|
||||
{
|
||||
void exitCheck(int ret);
|
||||
namespace YACReader {
|
||||
void exitCheck(int ret);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user