aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/task.cpp')
-rw-r--r--src/plugins/projectexplorer/task.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/task.cpp b/src/plugins/projectexplorer/task.cpp
index 749a24026a5..7ff3dc7ac5a 100644
--- a/src/plugins/projectexplorer/task.cpp
+++ b/src/plugins/projectexplorer/task.cpp
@@ -35,9 +35,9 @@ namespace ProjectExplorer
static QIcon taskTypeIcon(Task::TaskType t)
{
- static QIcon icons[3] = { QIcon(),
- Utils::Icons::CRITICAL.icon(),
- Utils::Icons::WARNING.icon()};
+ static QIcon icons[3] = {QIcon(),
+ Utils::Icons::CRITICAL.icon(),
+ Utils::Icons::WARNING.icon()};
if (t < 0 || t > 2)
t = Task::Unknown;