[haiku-commits] r33793 - haiku/trunk/src/libs/compat/freebsd_network

  • From: coling@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 19:56:10 +0100 (CET)

Author: colin
Date: 2009-10-27 19:56:10 +0100 (Tue, 27 Oct 2009)
New Revision: 33793
Changeset: http://dev.haiku-os.org/changeset/33793/haiku

Modified:
   haiku/trunk/src/libs/compat/freebsd_network/clock.c
Log:
Coding style fix. Thx to axeld. No functional change.


Modified: haiku/trunk/src/libs/compat/freebsd_network/clock.c
===================================================================
--- haiku/trunk/src/libs/compat/freebsd_network/clock.c 2009-10-27 18:22:39 UTC 
(rev 33792)
+++ haiku/trunk/src/libs/compat/freebsd_network/clock.c 2009-10-27 18:56:10 UTC 
(rev 33793)
@@ -41,8 +41,8 @@
 
        ticks = 0;
        status = add_timer(&sHardClockTimer, hardClock,
-                               
CONVERT_HZ_TO_USECS(FREEBSD_CLOCK_FREQUENCY_IN_HZ),
-                               B_PERIODIC_TIMER);
+               CONVERT_HZ_TO_USECS(FREEBSD_CLOCK_FREQUENCY_IN_HZ),
+               B_PERIODIC_TIMER);
 
        return status;
 }


Other related posts:

  • » [haiku-commits] r33793 - haiku/trunk/src/libs/compat/freebsd_network - coling