mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04: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