From e98d38816e0b4cd75265ec741b4dc4d8b144ed25 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 23:09:09 +0500 Subject: Replace #endif comments because it bothers me --- src/game/client/status_lines.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/status_lines.hh') diff --git a/src/game/client/status_lines.hh b/src/game/client/status_lines.hh index c252a34..88bf986 100644 --- a/src/game/client/status_lines.hh +++ b/src/game/client/status_lines.hh @@ -19,4 +19,4 @@ void set(unsigned int line, const std::string& text, const ImVec4& color, float void unset(unsigned int line); } // namespace status_lines -#endif /* CLIENT_STATUS_LINES_HH */ +#endif // CLIENT_STATUS_LINES_HH -- cgit