apply clang-format
authorMilian Wolff <mail@milianw.de>
Mon, 13 Feb 2017 23:16:43 +0000 (00:16 +0100)
committerMilian Wolff <mail@milianw.de>
Mon, 13 Feb 2017 23:17:44 +0000 (00:17 +0100)
src/analyze/gui/chartproxy.cpp
src/analyze/gui/mainwindow.cpp

index ee2c27b..9aa9327 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "chartproxy.h"
+
 #include "chartmodel.h"
 
 ChartProxy::ChartProxy(bool showTotal, QObject* parent)
index 12dd8f0..6070d2a 100644 (file)
@@ -241,12 +241,13 @@ MainWindow::MainWindow(QWidget* parent)
         const double peakTimeS = 0.001 * data.peakTime;
         {
             QTextStream stream(&textLeft);
-            stream << "<qt><dl>" << (data.fromAttached ? i18n("<dt><b>debuggee</b>:</dt><dd "
-                                                              "style='font-family:monospace;'>%1 <i>(attached)</i></dd>",
-                                                              data.debuggee)
-                                                       : i18n("<dt><b>debuggee</b>:</dt><dd "
-                                                              "style='font-family:monospace;'>%1</dd>",
-                                                              data.debuggee))
+            stream << "<qt><dl>"
+                   << (data.fromAttached ? i18n("<dt><b>debuggee</b>:</dt><dd "
+                                                "style='font-family:monospace;'>%1 <i>(attached)</i></dd>",
+                                                data.debuggee)
+                                         : i18n("<dt><b>debuggee</b>:</dt><dd "
+                                                "style='font-family:monospace;'>%1</dd>",
+                                                data.debuggee))
                    // xgettext:no-c-format
                    << i18n("<dt><b>total runtime</b>:</dt><dd>%1s</dd>", totalTimeS)
                    << i18n("<dt><b>total system memory</b>:</dt><dd>%1</dd>",