Style fixes to Support Kit files

This commit is contained in:
John Scipione
2014-06-24 19:30:54 -04:00
parent 2661ce4605
commit 29e8fa5922
37 changed files with 268 additions and 248 deletions
+6 -6
View File
@@ -1,9 +1,9 @@
/*
* Copyright 2007, Haiku, Inc. All Rights Reserved.
* Copyright 2007 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _BYTEORDER_H
#define _BYTEORDER_H
#ifndef _BYTE_ORDER_H
#define _BYTE_ORDER_H
#include <BeBuild.h>
@@ -111,7 +111,7 @@ typedef enum {
#ifdef __cplusplus
extern "C" {
#endif
#endif /* __cplusplus */
extern status_t swap_data(type_code type, void *data, size_t length,
swap_action action);
@@ -132,6 +132,6 @@ extern uint16 __swap_int16(uint16 arg);
#ifdef __cplusplus
}
#endif
#endif /* __cplusplus */
#endif /* _BYTEORDER_H */
#endif /* _BYTE_ORDER_H */