Browse Source

Clean up vertical whitespace

Alois Mahdal 9 years ago
parent
commit
6565dcdd46
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      libexec/saturnin-clip

+ 2
- 2
libexec/saturnin-clip View File

@@ -5,6 +5,7 @@
5 5
 ffoo import config
6 6
 ffoo import pretty
7 7
 
8
+
8 9
 #
9 10
 # Where to store clips
10 11
 #
@@ -96,6 +97,7 @@ rm_all() {
96 97
     rmdir "$STORAGE_DIR" 2>/dev/null | :
97 98
 }
98 99
 
100
+
99 101
 clipname=primary
100 102
 action=list
101 103
 while true; do case "$1" in
@@ -121,5 +123,3 @@ case $action in
121 123
     clean)  rm_all ;;
122 124
     list)   lsclips ;;
123 125
 esac
124
-
125
-