Ver código fonte

fixed indentation

Siddharth Dushantha 5 anos atrás
pai
commit
0fa9a99d96
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      tmpmail

+ 2 - 2
tmpmail

@@ -185,8 +185,8 @@ list_emails() {
 
 randomize() {
     # We could use 'shuf' and 'sort -R' but they are not a part of POSIX
-	awk 'BEGIN {srand();} {print rand(), $0}' | \
-		sort -n -k1 | cut -d' ' -f2
+    awk 'BEGIN {srand();} {print rand(), $0}' | \
+        sort -n -k1 | cut -d' ' -f2
 }
 
 view_email() {