Use spaces instead of tabs after CPP directives

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
This commit is contained in:
Vegard Nossum
2009-06-11 07:26:46 +02:00
parent 0ce5efb3c5
commit 0d9739535e
27 changed files with 158 additions and 158 deletions

View File

@@ -1,15 +1,15 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "asmotor.h"
#include "types.h"
#include "library.h"
#include "asmotor.h"
#include "types.h"
#include "library.h"
// Quick and dirty...but it works
#ifdef __GNUC__
#define strcmpi strcasecmp
#define strcmpi strcasecmp
#endif
/*