notmuch: Add package
[termux-packages] / packages / termux-api / termux-clipboard-get
index 99ccc90..de5e448 100755 (executable)
@@ -3,9 +3,9 @@ set -e -u
 
 SCRIPTNAME=termux-clipboard-get
 show_usage () {
-       echo "Usage: $SCRIPTNAME"
-       echo "Get the system clipboard text."
-       exit 0
+    echo "Usage: $SCRIPTNAME"
+    echo "Get the system clipboard text."
+    exit 0
 }
 
 while getopts :h option