aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/gprs.c
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/gprs.c
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/gprs.c')
-rw-r--r--samsung-ipc/gprs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/samsung-ipc/gprs.c b/samsung-ipc/gprs.c
index da39ba6..6dcce20 100644
--- a/samsung-ipc/gprs.c
+++ b/samsung-ipc/gprs.c
@@ -42,3 +42,5 @@ void ipc_gprs_pdp_context_setup(struct ipc_gprs_pdp_context *message, char *user
strncpy((char*)message->username, username, 32);
strncpy((char*)message->password, password, 32);
}
+
+// vim:ts=4:sw=4:expandtab