瀏覽代碼

Fix indentation

Javier Soto 12 年之前
父節點
當前提交
3f51ece152
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Classes/Global State Explorers/FLEXFileBrowserTableViewController.m

+ 1 - 1
Classes/Global State Explorers/FLEXFileBrowserTableViewController.m

@@ -50,7 +50,7 @@
             }
             
             dispatch_async(dispatch_get_main_queue(), ^{
-              FLEXFileBrowserTableViewController *__strong strongSelf = weakSelf;
+                FLEXFileBrowserTableViewController *__strong strongSelf = weakSelf;
                 strongSelf.recursiveSize = @(totalSize);
                 [strongSelf.tableView reloadData];
             });