From 035955c40fbdd696c2bd96439a7eaa808809480b Mon Sep 17 00:00:00 2001 From: uint Date: Sat, 13 Dec 2025 13:07:58 +0000 Subject: add newlines --- src/defs.h | 1 + src/extern.h | 1 + src/parser.c | 1 + src/parser.h | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/defs.h b/src/defs.h index 9ebfecb..64e15c9 100644 --- a/src/defs.h +++ b/src/defs.h @@ -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); + -- cgit v1.2.3