summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-13 13:07:58 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-13 13:07:58 +0000
commit035955c40fbdd696c2bd96439a7eaa808809480b (patch)
tree93f7ccabe8ab1ca98e40d7c2915a15933c227225 /src
parentcdf0b07e1683bf904c6342f8efd5c74dcfaa72cb (diff)
add newlines
Diffstat (limited to 'src')
-rw-r--r--src/defs.h1
-rw-r--r--src/extern.h1
-rw-r--r--src/parser.c1
-rw-r--r--src/parser.h3
4 files changed, 5 insertions, 1 deletions
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);
+