Fix coding convention
authorFrederic PAUT <frederic.paut@linux.intel.com>
Thu, 28 Feb 2013 09:28:34 +0000 (10:28 +0100)
committerFrederic PAUT <frederic.paut@linux.intel.com>
Thu, 28 Feb 2013 09:28:34 +0000 (10:28 +0100)
lib/neardal.h
lib/neardal_errors.h

index 34ff2ac..e13473e 100644 (file)
@@ -26,8 +26,8 @@
  *
  ******************************************************************************/
 
-#ifndef __NEARDAL_H
-#define __NEARDAL_H
+#ifndef NEARDAL_H
+#define NEARDAL_H
 #include "neardal_errors.h"
 
 #ifdef __cplusplus
@@ -617,4 +617,4 @@ errorCode_t neardal_free_array(char ***array);
 }
 #endif /* __cplusplus */
 
-#endif /* __NEARDAL_H */
+#endif /* NEARDAL_H */
index 749b183..f15c91e 100644 (file)
@@ -24,8 +24,8 @@
  *
  ******************************************************************************/
 
-#ifndef __NEARDAL_ERRORS_H
-#define __NEARDAL_ERRORS_H
+#ifndef NEARDAL_ERRORS_H
+#define NEARDAL_ERRORS_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -93,4 +93,4 @@ char *neardal_error_get_text(errorCode_t ec);
 }
 #endif /* __cplusplus */
 
-#endif /* __NEARDAL_ERRORS_H */
+#endif /* NEARDAL_ERRORS_H */