diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 18:10:59 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 18:18:20 -0300 |
commit | 18ac2627ad739994c7dfd532a483542e9ddf0803 (patch) | |
tree | 1fd73530fb7f854f8a205acf0ebe3577abff4c04 /plugins | |
parent | cbc9d3581196b8ef3f095c980f28512a5b30a97f (diff) |
tweaks
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/shortcuts/shortcuts.c | 2 | ||||
-rw-r--r-- | plugins/style/style.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/shortcuts/shortcuts.c b/plugins/shortcuts/shortcuts.c index f4ab13f..e26fb66 100644 --- a/plugins/shortcuts/shortcuts.c +++ b/plugins/shortcuts/shortcuts.c @@ -60,6 +60,6 @@ int shortcut_expand(const char* uri, char* output) } strcpy(output, uri); } - if(DEBUG) printf("No match found\n\n"); + if (DEBUG) printf("No match found\n\n"); return 0; } diff --git a/plugins/style/style.c b/plugins/style/style.c index b22ab7b..a9a6be5 100644 --- a/plugins/style/style.c +++ b/plugins/style/style.c @@ -19,4 +19,3 @@ void read_style_js(char* string) string[i] = '\0'; fclose(fp); } - |