[haiku-commits] r38480 - haiku/trunk/src/system/boot/platform/openfirmware

  • From: andreas.faerber@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 31 Aug 2010 19:39:06 +0200 (CEST)

Author: andreasf
Date: 2010-08-31 19:39:06 +0200 (Tue, 31 Aug 2010)
New Revision: 38480
Changeset: http://dev.haiku-os.org/changeset/38480

Modified:
   haiku/trunk/src/system/boot/platform/openfirmware/real_time_clock.h
Log:
boot_loader_openfirmware: Style cleanup

Fix coding style issues and bump copyright (although there's not much anyway).

No functional changes.


Modified: haiku/trunk/src/system/boot/platform/openfirmware/real_time_clock.h
===================================================================
--- haiku/trunk/src/system/boot/platform/openfirmware/real_time_clock.h 
2010-08-31 16:07:52 UTC (rev 38479)
+++ haiku/trunk/src/system/boot/platform/openfirmware/real_time_clock.h 
2010-08-31 17:39:06 UTC (rev 38480)
@@ -1,13 +1,15 @@
 /*
  * Copyright 2006, Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx>.
+ * Copyright 2010, Andreas Färber <andreas.faerber@xxxxxx>
  * All rights reserved. Distributed under the terms of the MIT License.
  */
-
 #ifndef OPENFIRMWARE_REAL_TIME_CLOCK_H
 #define OPENFIRMWARE_REAL_TIME_CLOCK_H
 
+
 #include <SupportDefs.h>
 
+
 #ifdef __cplusplus
 extern "C" {
 #endif


Other related posts:

  • » [haiku-commits] r38480 - haiku/trunk/src/system/boot/platform/openfirmware - andreas . faerber