aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-04-04 19:11:17 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-27 18:40:01 +0200
commit712627b6e22875615ec785ebc38db972aef86c85 (patch)
tree58613c30efe4bbf6c969826b3efcc28462c16055
parent4cd08ef2034fe332cee906906a6a8f769e7915f7 (diff)
downloadhardware_replicant_libsamsung-ipc-712627b6e22875615ec785ebc38db972aef86c85.tar.gz
hardware_replicant_libsamsung-ipc-712627b6e22875615ec785ebc38db972aef86c85.tar.bz2
hardware_replicant_libsamsung-ipc-712627b6e22875615ec785ebc38db972aef86c85.zip
includes: imei.h: switch to Linux code style
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 <GNUtoo@cyberdimension.org> Reviewed-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rw-r--r--include/imei.h8
1 files 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__ */