From f4923749132fe32f54b4f300f84071481559d606 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sat, 29 Oct 2011 18:55:55 +0200 Subject: 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 --- samsung-ipc/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samsung-ipc/call.c') diff --git a/samsung-ipc/call.c b/samsung-ipc/call.c index 2ca3ef4..5b725ad 100644 --- a/samsung-ipc/call.c +++ b/samsung-ipc/call.c @@ -107,4 +107,4 @@ char* ipc_call_list_response_get_entry_number(struct ipc_message_info *response, return number; } - +// vim:ts=4:sw=4:expandtab -- cgit v1.1