[Refactor] check-coding-style 64/77064/1
authorPiotr Ganicz <p.ganicz@samsung.com>
Tue, 28 Jun 2016 10:52:34 +0000 (12:52 +0200)
committerPiotr Ganicz <p.ganicz@samsung.com>
Tue, 28 Jun 2016 10:52:34 +0000 (12:52 +0200)
Change-Id: If44523674d80b403d32af34848230f53a2620d0b

src/wgt/step/pkgmgr/step_generate_xml.cc

index 8e92818..dffb4c8 100644 (file)
@@ -119,7 +119,8 @@ bool WriteWidgetApplicationAttributesAndElements(
 
     std::string type = wgt::parse::AppWidgetSizeTypeToString(size.type);
     if (!size.preview.empty()) {
-      std::string icon_name = shared_path.string() + "/" + appwidget->id + "." + type + "." + "preview" +
+      std::string icon_name = shared_path.string() + "/"
+          + appwidget->id + "." + type + "." + "preview" +
           bf::path(size.preview).extension().string();
       xmlTextWriterWriteAttribute(writer, BAD_CAST "preview",
           BAD_CAST icon_name.c_str());  // NOLINT