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