From: David Steele Date: Thu, 18 May 2017 13:57:42 +0000 (+0100) Subject: Fixed string constant spacing for fw/compat with gcc 6.2 X-Git-Tag: dali_1.2.43~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=005adeaab32917be614c86dd91bd2474e384e3f5;hp=fdbe3ac75c522676c6f262b713cd5298ef9e14aa;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Fixed string constant spacing for fw/compat with gcc 6.2 Change-Id: I29f9ee01b4960ca622b9a7f81f2bc1ec82c8b4fc Signed-off-by: David Steele --- diff --git a/adaptors/base/performance-logging/networking/network-performance-protocol.cpp b/adaptors/base/performance-logging/networking/network-performance-protocol.cpp index 91ccb7b..1791cd2 100644 --- a/adaptors/base/performance-logging/networking/network-performance-protocol.cpp +++ b/adaptors/base/performance-logging/networking/network-performance-protocol.cpp @@ -82,7 +82,7 @@ const char* const helpMsg = "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" NORMAL GREEN " list_metrics " NORMAL " - list available metrics\n" GREEN " enable_metric " PARAM " metricId" NORMAL " - enable a metric \n" - GREEN " disable_metric "PARAM " metricId" NORMAL " - disable a metric\n\n" + GREEN " disable_metric " PARAM " metricId" NORMAL " - disable a metric\n\n" GREEN " set_marker " PARAM " value " NORMAL "-output Dali markers\n" " : Bit 0 = V_SYNC (1)\n" " : Bit 1 = Update task (2)\n" @@ -92,9 +92,9 @@ const char* const helpMsg = " : Bit 5 = Life cycle events (32)\n" " : Bit 6 = Resource event (64)\n" "\n" - GREEN" set_properties "NORMAL " - set an actor property command. Format:\n\n" - GREEN" set_properties "PARAM"|ActorIndex;Property;Value|" NORMAL ", e.g: \n" - GREEN" set_properties " PARAM "|178;Size;[ 144.0, 144.0, 144.0 ]|178;Color;[ 1.0, 1,0, 1.0 ]|\n" + GREEN " set_properties " NORMAL " - set an actor property command. Format:\n\n" + GREEN " set_properties " PARAM "|ActorIndex;Property;Value|" NORMAL ", e.g: \n" + GREEN " set_properties " PARAM "|178;Size;[ 144.0, 144.0, 144.0 ]|178;Color;[ 1.0, 1,0, 1.0 ]|\n" "\n" GREEN " dump_scene" NORMAL " - dump the current scene in json format\n";