Adapted formfiller code style.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 19 Mar 2015 20:45:12 +0000 (21:45 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 19 Mar 2015 20:45:12 +0000 (21:45 +0100)
examples/formfiller/formfiller

index 7071455..05edd49 100755 (executable)
@@ -14,9 +14,8 @@
 # dmenu command use in case multiple files are found for current domain
 DMENU="dmenu -l 7"
 
-if [[ -z "$XDG_CONFIG_HOME" ]]
-then
-        XDG_CONFIG_HOME=$HOME/.config
+if [[ -z "$XDG_CONFIG_HOME" ]]; then
+    XDG_CONFIG_HOME=$HOME/.config
 fi
 
 VIMB_KEY_DIR=${VIMB_KEY_DIR:-"$XDG_CONFIG_HOME/vimb/keys"}