Commit 60b2d7c9 authored by 余昆's avatar 余昆
Browse files

fix clang format


Former-commit-id: 90882c2b33f1e772ff8a5d53e5c4483d93763b60
parent 930863fb
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -126,7 +126,8 @@ Resource::pick_task_execute() {
            return task_table_.Get(index);
        }
        //        if (task_table_[index]->task->label()->Type() == TaskLabelType::SPECIFIED_RESOURCE) {
//            if (task_table_.Get(index)->task->path().Current() == task_table_.Get(index)->task->path().Last() &&
        //            if (task_table_.Get(index)->task->path().Current() == task_table_.Get(index)->task->path().Last()
        //            &&
        //                task_table_.Get(index)->task->path().Last() == name()) {
        //                if (task_table_.Execute(index)) {
        //                    return task_table_.Get(index);
+3 −3

File changed.

Contains only whitespace changes.