Browse Source

fixed indentation

Siddharth Dushantha 5 năm trước cách đây
mục cha
commit
0fa9a99d96
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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() {