ACCOUNT/userspace: simple reformat, use tabs instead of spaces

This commit is contained in:
Jan Engelhardt
2009-09-24 01:40:32 +02:00
parent e119350000
commit 504f1089fb
3 changed files with 299 additions and 299 deletions

View File

@@ -62,8 +62,8 @@ int main(int argc, char *argv[])
struct ipt_ACCOUNT_context ctx; struct ipt_ACCOUNT_context ctx;
struct ipt_acc_handle_ip *entry; struct ipt_acc_handle_ip *entry;
int i; int i;
char optchar, doHandleUsage=0, doHandleFree=0, doTableNames=0, char optchar, doHandleUsage = 0, doHandleFree = 0, doTableNames = 0;
doFlush=0, doContinue=0, doCSV=0; char doFlush = 0, doContinue = 0, doCSV = 0;
char *table_name = NULL; char *table_name = NULL;
const char *name; const char *name;