소스 검색

fixed indentation

Siddharth Dushantha 5 년 전
부모
커밋
0fa9a99d96
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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() {