diff options
author | rbuj <[email protected]> | 2020-08-04 15:53:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-04 16:39:25 +0200 |
commit | 37e4d38ca3a61eb843d80732a26f29668352433d (patch) | |
tree | 3ecc36df72fcaccc73a56c6713b47afd592d54d8 /src/core/keybindings.h | |
parent | 85a22e754cd1f43e178e4a81c182643d4319bc5b (diff) | |
download | marco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.bz2 marco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.xz |
Remove multiple empty lines
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
Diffstat (limited to 'src/core/keybindings.h')
-rw-r--r-- | src/core/keybindings.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/keybindings.h b/src/core/keybindings.h index d5ea1afa..705678bc 100644 --- a/src/core/keybindings.h +++ b/src/core/keybindings.h @@ -41,7 +41,6 @@ #define ARROW_DOWN 116 #define ARROW_DOWN_PAD 88 - #include "display-private.h" #include "window.h" @@ -68,6 +67,3 @@ void meta_display_process_mapping_event (MetaDisplay *display, #endif - - - |