Skip to content

Commit bf3264b

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent d6f28c5 commit bf3264b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/tool_quit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void WARNING(const std::string &file, const std::string &description);
3232
* @brief Close .log files and exit
3333
*
3434
*/
35-
[[noreturn]] void QUIT(void);
35+
[[noreturn]] void QUIT();
3636

3737
/**
3838
* @brief Close .log files and exit

0 commit comments

Comments
 (0)