Remove extra new lines.

This commit is contained in:
XhmikosR 2013-07-07 11:20:09 +03:00 committed by Daniel Marjamäki
parent 244d724b26
commit 557be8efc8
3 changed files with 0 additions and 6 deletions

View File

@ -1,4 +1,3 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@ -62,4 +61,3 @@ int main()
return 0;
}

View File

@ -83,5 +83,3 @@ int main()
return EXIT_SUCCESS;
}

View File

@ -1,4 +1,3 @@
#include <string.h>
#define MAX_RECORDS 1000
@ -52,4 +51,3 @@ void sortdata(char * * const data, int sz)
}
}
}