From 88c01588aa0830e219eaa62588839e4d1e2883ce Mon Sep 17 00:00:00 2001 From: untodesu Date: Wed, 25 Jun 2025 00:44:36 +0500 Subject: Clang-format the entire source code --- core/cmdline.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/cmdline.hh') diff --git a/core/cmdline.hh b/core/cmdline.hh index 8ccfaec..8441a44 100644 --- a/core/cmdline.hh +++ b/core/cmdline.hh @@ -4,10 +4,10 @@ namespace cmdline { -void create(int argc, char **argv); -void insert(const char *option, const char *argument = nullptr); -const char *get(const char *option, const char *fallback = nullptr); -bool contains(const char *option); +void create(int argc, char** argv); +void insert(const char* option, const char* argument = nullptr); +const char* get(const char* option, const char* fallback = nullptr); +bool contains(const char* option); } // namespace cmdline #endif /* CORE_CMDLINE_HH */ -- cgit