diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-13 13:07:58 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-13 13:07:58 +0000 |
| commit | 035955c40fbdd696c2bd96439a7eaa808809480b (patch) | |
| tree | 93f7ccabe8ab1ca98e40d7c2915a15933c227225 | |
| parent | cdf0b07e1683bf904c6342f8efd5c74dcfaa72cb (diff) | |
add newlines
| -rw-r--r-- | src/defs.h | 1 | ||||
| -rw-r--r-- | src/extern.h | 1 | ||||
| -rw-r--r-- | src/parser.c | 1 | ||||
| -rw-r--r-- | src/parser.h | 3 |
4 files changed, 5 insertions, 1 deletions
@@ -124,3 +124,4 @@ typedef struct { Client *client; Bool enabled; } Scratchpad; + diff --git a/src/extern.h b/src/extern.h index 5e0bf4c..3e25b75 100644 --- a/src/extern.h +++ b/src/extern.h @@ -32,3 +32,4 @@ extern void toggle_floating(void); extern void toggle_floating_global(void); extern void toggle_fullscreen(void); extern void toggle_monocle(void); + diff --git a/src/parser.c b/src/parser.c index 0c626f0..4c1ae24 100644 --- a/src/parser.c +++ b/src/parser.c @@ -793,3 +793,4 @@ const char **build_argv(const char *cmd) return argv; #endif } + diff --git a/src/parser.h b/src/parser.h index 2e132fe..acbbb63 100644 --- a/src/parser.h +++ b/src/parser.h @@ -5,4 +5,5 @@ const char **build_argv(const char *cmd); int parser(Config *user_config); int parse_mods(const char *mods, Config *user_config); -KeySym parse_keysym(const char *key);
\ No newline at end of file +KeySym parse_keysym(const char *key); + |
