]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Whitespace only.
authorJulian Seward <jseward@acm.org>
Tue, 4 Jun 2002 10:34:40 +0000 (10:34 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 4 Jun 2002 10:34:40 +0000 (10:34 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@375

coregrind/vg_signals.c
vg_signals.c

index 2f2fe148535fbf60b12983e119559f28f150432a..7270450e54a2f40ad480d8cb056701cc4906c69f 100644 (file)
@@ -1062,7 +1062,7 @@ Bool VG_(deliver_signals) ( void )
          /* Is tid waiting for a signal?  If not, ignore. */
          if (tst->status != VgTs_WaitSIG)
             continue;
-        /* Is the signal directed at a specific thread other than
+         /* Is the signal directed at a specific thread other than
             this one?  If yes, ignore. */
          if (vg_dcss.dcss_destthread[sigNo] != VG_INVALID_THREADID
              && vg_dcss.dcss_destthread[sigNo] != tid)
index 2f2fe148535fbf60b12983e119559f28f150432a..7270450e54a2f40ad480d8cb056701cc4906c69f 100644 (file)
@@ -1062,7 +1062,7 @@ Bool VG_(deliver_signals) ( void )
          /* Is tid waiting for a signal?  If not, ignore. */
          if (tst->status != VgTs_WaitSIG)
             continue;
-        /* Is the signal directed at a specific thread other than
+         /* Is the signal directed at a specific thread other than
             this one?  If yes, ignore. */
          if (vg_dcss.dcss_destthread[sigNo] != VG_INVALID_THREADID
              && vg_dcss.dcss_destthread[sigNo] != tid)