style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs

This commit is contained in:
Ali Saidi
2008-09-10 14:26:15 -04:00
parent 09a8fb0b52
commit 3a3e356f4e
125 changed files with 2209 additions and 2209 deletions

View File

@@ -46,16 +46,16 @@
#include <unistd.h>
#include <fcntl.h>
ssize_t atomicio(ssize_t (*)(), int, void *, size_t);
void readwrite(int);
int remote_connect(char *, char *, struct addrinfo);
ssize_t atomicio(ssize_t (*)(), int, void *, size_t);
void readwrite(int);
int remote_connect(char *, char *, struct addrinfo);
struct termios saved_ios;
void raw_term();
void restore_term();
struct termios saved_ios;
void raw_term();
void restore_term();
char progname[256];
void usage(int);
char progname[256];
void usage(int);
int
main(int argc, char *argv[])