aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device/crespo
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-10-29 18:55:55 +0200
committerSimon Busch <morphis@gravedo.de>2011-10-29 18:55:55 +0200
commitf4923749132fe32f54b4f300f84071481559d606 (patch)
tree353d130c912f18a794defe60415b2490fc0fa553 /samsung-ipc/device/crespo
parentb722c61ccd5fea0e19ec4e3274a37cd99fa1b7d5 (diff)
downloadexternal_libsamsung-ipc-f4923749132fe32f54b4f300f84071481559d606.zip
external_libsamsung-ipc-f4923749132fe32f54b4f300f84071481559d606.tar.gz
external_libsamsung-ipc-f4923749132fe32f54b4f300f84071481559d606.tar.bz2
Add vim modeline for uniform indentation
On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the library. Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'samsung-ipc/device/crespo')
-rw-r--r--samsung-ipc/device/crespo/crespo_ipc.c2
-rw-r--r--samsung-ipc/device/crespo/crespo_ipc.h2
-rw-r--r--samsung-ipc/device/crespo/crespo_nv_data.c2
-rw-r--r--samsung-ipc/device/crespo/crespo_nv_data.h2
4 files changed, 8 insertions, 0 deletions
diff --git a/samsung-ipc/device/crespo/crespo_ipc.c b/samsung-ipc/device/crespo/crespo_ipc.c
index 8752ae0..61326da 100644
--- a/samsung-ipc/device/crespo/crespo_ipc.c
+++ b/samsung-ipc/device/crespo/crespo_ipc.c
@@ -574,3 +574,5 @@ struct ipc_ops ipc_ops = {
.recv = crespo_ipc_client_recv,
.bootstrap = crespo_modem_bootstrap,
};
+
+// vim:ts=4:sw=4:expandtab
diff --git a/samsung-ipc/device/crespo/crespo_ipc.h b/samsung-ipc/device/crespo/crespo_ipc.h
index a6540b5..9edaa8a 100644
--- a/samsung-ipc/device/crespo/crespo_ipc.h
+++ b/samsung-ipc/device/crespo/crespo_ipc.h
@@ -48,3 +48,5 @@ int wake_unlock(char *lock_name, int size);
extern struct ipc_handlers crespo_ipc_default_handlers;
#endif
+
+// vim:ts=4:sw=4:expandtab
diff --git a/samsung-ipc/device/crespo/crespo_nv_data.c b/samsung-ipc/device/crespo/crespo_nv_data.c
index 58b034e..a714018 100644
--- a/samsung-ipc/device/crespo/crespo_nv_data.c
+++ b/samsung-ipc/device/crespo/crespo_nv_data.c
@@ -351,3 +351,5 @@ void nv_data_md5_check(void)
printf("nv_data_md5_check: exit\n");
}
+
+// vim:ts=4:sw=4:expandtab
diff --git a/samsung-ipc/device/crespo/crespo_nv_data.h b/samsung-ipc/device/crespo/crespo_nv_data.h
index bc17416..1e82a96 100644
--- a/samsung-ipc/device/crespo/crespo_nv_data.h
+++ b/samsung-ipc/device/crespo/crespo_nv_data.h
@@ -35,3 +35,5 @@ void nv_data_check(void);
void nv_data_md5_check(void);
#endif
+
+// vim:ts=4:sw=4:expandtab