Add modelines and retab! all files

This commit is contained in:
Michael Stapelberg 2009-07-21 20:26:53 +02:00
parent 34ba9fa908
commit 230f3167b7
11 changed files with 77 additions and 66 deletions

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <sys/stat.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <sys/types.h>
#include <string.h>
#include <stdarg.h>

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <string.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <stdlib.h>
#include <limits.h>
#include <stdio.h>

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <string.h>
#include <limits.h>
#include <stdio.h>

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <net/if.h>
#include <sys/socket.h>
#include <sys/ioctl.h>

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include "i3status.h"
const char *get_load() {

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <stdbool.h>
#include <string.h>
#include <stdio.h>

View File

@ -1,3 +1,4 @@
// vim:ts=8:expandtab
#include <stdbool.h>
#include <glob.h>
#include <string.h>