瀏覽代碼

indentation

Bob Mottram 8 年之前
父節點
當前提交
6751099b80
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone

+ 2
- 2
src/freedombone 查看文件

45
 UTILS_FILES=/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-*
45
 UTILS_FILES=/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-*
46
 for f in $UTILS_FILES
46
 for f in $UTILS_FILES
47
 do
47
 do
48
-  source $f
48
+    source $f
49
 done
49
 done
50
 
50
 
51
 APP_FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
51
 APP_FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
52
 for f in $APP_FILES
52
 for f in $APP_FILES
53
 do
53
 do
54
-  source $f
54
+    source $f
55
 done
55
 done
56
 
56
 
57
 command_options=$1
57
 command_options=$1