瀏覽代碼

* Set vim settings on {socket,adns,core_binds}.c to handle tabs properly as they were taken from egglib and never indented.

Bryan Drewery 16 年之前
父節點
當前提交
e5ee96497f
共有 3 個文件被更改,包括 3 次插入1 次删除
  1. 1 0
      src/adns.c
  2. 1 0
      src/hash_table.c
  3. 1 1
      src/socket.c

+ 1 - 0
src/adns.c

@@ -1202,3 +1202,4 @@ bool valid_dns_id(int idx, int id)
   sdprintf("dns_id: %d is not associated with dead idx: %d", id, idx);
   return 0;
 }
+/* vim: set sts=4 sw=4 ts=4 noet: */

+ 1 - 0
src/hash_table.c

@@ -289,3 +289,4 @@ static unsigned int my_mixed_hash (const void *key)
 	}
 	return(hash);
 }
+/* vim: set sts=4 sw=4 ts=4 noet: */

+ 1 - 1
src/socket.c

@@ -303,4 +303,4 @@ int get_addr(const char *ip, my_addr_t *addr)
 
   return 0;
 }
-
+/* vim: set sts=4 sw=4 ts=4 noet: */