From 712627b6e22875615ec785ebc38db972aef86c85 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 4 Apr 2020 19:11:17 +0200 Subject: includes: imei.h: switch to Linux code style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This contains no functional changes. The commented out code if any has also been preserved as it could be relevant to the understanding of the code. It will be kept until we understand why the code has been commented. In that case we either need to remove it completely or to replace it by a comment explaining why not having that code was necessary. Signed-off-by: Denis 'GNUtoo' Carikli Reviewed-by: Joonas Kylmälä --- include/imei.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/imei.h b/include/imei.h index be867e7..e8522f0 100644 --- a/include/imei.h +++ b/include/imei.h @@ -26,9 +26,7 @@ * Commands */ -#define IPC_IMEI_START 0x1001 -#define IPC_IMEI_CHECK_DEVICE_INFO 0x1002 +#define IPC_IMEI_START 0x1001 +#define IPC_IMEI_CHECK_DEVICE_INFO 0x1002 -#endif - -// vim:ts=4:sw=4:expandtab +#endif /* __SAMSUNG_IPC_IMEI_H__ */ -- cgit v1.2.3