[Replicant] [libsamsung-ipc][PATCH 24/48] includes: pb.h: switch to Linux code style

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Sun Apr 5 18:20:58 UTC 2020


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 at cyberdimension.org>
---
 include/pb.h | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/include/pb.h b/include/pb.h
index 1072684..036c45c 100644
--- a/include/pb.h
+++ b/include/pb.h
@@ -26,12 +26,10 @@
  * Commands
  */
 
-#define IPC_PB_ACCESS                                           0x0601
-#define IPC_PB_STORAGE                                          0x0602
-#define IPC_PB_STORAGE_LIST                                     0x0603
-#define IPC_PB_ENTRY_INFO                                       0x0604
-#define IPC_PB_3GPB_CAPA                                        0x0605
+#define IPC_PB_ACCESS						0x0601
+#define IPC_PB_STORAGE						0x0602
+#define IPC_PB_STORAGE_LIST					0x0603
+#define IPC_PB_ENTRY_INFO					0x0604
+#define IPC_PB_3GPB_CAPA					0x0605
 
-#endif
-
-// vim:ts=4:sw=4:expandtab
+#endif /*  __SAMSUNG_IPC_PB_H__ */
-- 
2.26.0



More information about the Replicant mailing list