From 81787154d0d4f63cd71455d3b5f8e6ee42ea5c63 Mon Sep 17 00:00:00 2001 From: Alexandru Caciulescu Date: Mon, 23 Mar 2015 22:05:49 +0200 Subject: [PATCH] drivers/include/lps331ap: Repair header file include guards --- drivers/include/lps331ap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/include/lps331ap.h b/drivers/include/lps331ap.h index b732fd4ca5..3dd8d1bfc3 100644 --- a/drivers/include/lps331ap.h +++ b/drivers/include/lps331ap.h @@ -20,8 +20,8 @@ * @author Hauke Petersen */ -#ifndef __LPS331AP_H -#define __LPS331AP_H +#ifndef LPS331AP_H +#define LPS331AP_H #ifdef __cplusplus extern "C" { @@ -108,5 +108,5 @@ int lps331ap_disable(lps331ap_t *dev); } #endif -#endif /* __LPS331AP_H */ +#endif /* LPS331AP_H */ /** @} */