]> granicus.if.org Git - check/commitdiff
Fix spacing
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 23 Jun 2014 04:12:58 +0000 (04:12 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 23 Jun 2014 04:12:58 +0000 (04:12 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1148 64e312b2-a51f-0410-8e61-82d0ca0eb02a

src/check_run.c

index 39b692bf0655cd3750850673fa4cf008b2fbf5e6..9c18653d54edd9e0b77ecd2b687bad03c493a88c 100644 (file)
@@ -348,9 +348,7 @@ static TestResult *tcase_run_tfun_nofork(SRunner * sr, TCase * tc, TF * tfun,
                                          int i)
 {
     TestResult *tr;
-    struct timespec ts_start = { 0, 0 }, ts_end =
-    {
-    0, 0};
+    struct timespec ts_start = {0, 0}, ts_end = {0, 0};
 
     tr = tcase_run_checked_setup(sr, tc);
     if(tr == NULL)
@@ -417,9 +415,7 @@ static TestResult *tcase_run_tfun_fork(SRunner * sr, TCase * tc, TF * tfun,
     pid_t pid_w;
     pid_t pid;
     int status = 0;
-    struct timespec ts_start = { 0, 0 }, ts_end =
-    {
-    0, 0};
+    struct timespec ts_start = { 0, 0 }, ts_end ={ 0, 0 };
 
     timer_t timerid;
     struct itimerspec timer_spec;