Fix coding style 82/211182/2
authorIlho Kim <ilho159.kim@samsung.com>
Wed, 31 Jul 2019 03:28:12 +0000 (12:28 +0900)
committerilho kim <ilho159.kim@samsung.com>
Wed, 31 Jul 2019 03:29:51 +0000 (03:29 +0000)
Change-Id: I9353b9beb35f888cb9d06c60d9475c6028b84b14
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/unit_tests/recovery_test.cc

index 7161aea..71b652c 100644 (file)
@@ -273,14 +273,22 @@ const struct option long_options[] = {
 
 static void __print_usage() {
   printf("\n");
-  printf("--install             recovery test for forced termination during package installing\n");
-  printf("--update              recovery test for forced termination during package updating\n");
-  printf("--delta               recovery test for forced termination during package delta installing\n");
-  printf("--mount-install       recovery test for forced termination during package mount-installing\n");
-  printf("--mount-update        recovery test for forced termination during package mount-updating\n");
-  printf("--delay    <u_time>   fixed delay for forced termination\n");
-  printf("--interval <u_time>   use with repeat option. as it repeat the interval is added to delay\n");
-  printf("--repeat   <count>    option for performing tests repeatedly\n");
+  printf("--install             "
+      "recovery test for forced termination during package installing\n");
+  printf("--update              "
+      "recovery test for forced termination during package updating\n");
+  printf("--delta               "
+      "recovery test for forced termination during package delta installing\n");
+  printf("--mount-install       "
+      "recovery test for forced termination during package mount-installing\n");
+  printf("--mount-update        "
+      "recovery test for forced termination during package mount-updating\n");
+  printf("--delay    <u_time>   "
+      "fixed delay for forced termination\n");
+  printf("--interval <u_time>   "
+      "use with repeat option. as it repeat the interval is added to delay\n");
+  printf("--repeat   <count>    "
+      "option for performing tests repeatedly\n");
 }
 
 int main(int argc,  char** argv) {