瀏覽代碼

eat whitespace

Mike Frysinger 18 年之前
父節點
當前提交
d407085f6b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/inet/hostid.c

+ 1 - 1
libc/inet/hostid.c

@@ -42,7 +42,7 @@ int sethostid(long int new_id)
 
 long int gethostid(void)
 {
-        char host[MAXHOSTNAMELEN + 1];
+	char host[MAXHOSTNAMELEN + 1];
 	int fd, id;
 
 	/* If hostid was already set the we can return that value.