summaryrefslogtreecommitdiffstats
path: root/src/file-test.c
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-22 09:50:34 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-22 09:50:34 (GMT)
commitac7cb3750dcb44b08a7e57a6b678224050c390f2 (patch)
treeeb737a9c2fc613cc8be661f770c0dfcd0ffaa9f6 /src/file-test.c
parent2a8c9045d28ccc97652518ea7a337233f61ccba0 (diff)
downloadmxe-ac7cb3750dcb44b08a7e57a6b678224050c390f2.zip
mxe-ac7cb3750dcb44b08a7e57a6b678224050c390f2.tar.gz
mxe-ac7cb3750dcb44b08a7e57a6b678224050c390f2.tar.bz2
Fix annoying TABs and missing newlines at EOF
Diffstat (limited to 'src/file-test.c')
-rw-r--r--src/file-test.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/file-test.c b/src/file-test.c
index 6039ed4..8e0e48b 100644
--- a/src/file-test.c
+++ b/src/file-test.c
@@ -6,9 +6,9 @@
int main(int argc, char *argv[])
{
- (void)argc;
- (void)argv;
+ (void)argc;
+ (void)argv;
- fprintf(stdout, "magic file from %s\n", magic_getpath(NULL, 0));
- return 0;
-} \ No newline at end of file
+ fprintf(stdout, "magic file from %s\n", magic_getpath(NULL, 0));
+ return 0;
+}