You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/06/10 21:46:00 UTC

[GitHub] [incubator-nuttx-apps] Ouss4 commented on a change in pull request #760: system: update licenses to Apache

Ouss4 commented on a change in pull request #760:
URL: https://github.com/apache/incubator-nuttx-apps/pull/760#discussion_r649553539



##########
File path: system/ping6/ping6.c
##########
@@ -204,7 +198,8 @@ static void ping6_result(FAR const struct ping6_result_s *result)
                    (result->nrequests >> 1)) /
                    result->nrequests;
 
-            printf("%u packets transmitted, %u received, %u%% packet loss, time %d ms\n",
+            printf("%u packets transmitted, %u received,
+                    %u%% packet loss, time %d ms\n",

Review comment:
       ```suggestion
               printf("%u packets transmitted, %u received, "
                        "%u%% packet loss, time %d ms\n",
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org