about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@users.noreply.github.com>2016-07-25 20:52:31 +0100
committerGitHub <noreply@github.com>2016-07-25 20:52:31 +0100
commit41b6414d1a15f1ce3a3f60e0b8b89d01a97908e6 (patch)
tree1bd9a663d4eb3777a7c55510b5fa07989cb45529
parentfcbf56657d7c9ff7a994f81de9af4d7e89501f33 (diff)
parent5d354defca1aadf54960a8bec2424616b30883f1 (diff)
downloadprofani-tty-41b6414d1a15f1ce3a3f60e0b8b89d01a97908e6.tar.gz
Merge pull request #828 from asdil12/patch-2
Fix indentation in http_upload.c
-rw-r--r--src/tools/http_upload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/http_upload.c b/src/tools/http_upload.c
index 80b46c87..5254009c 100644
--- a/src/tools/http_upload.c
+++ b/src/tools/http_upload.c
@@ -301,7 +301,7 @@ end:
 char*
 file_mime_type(const char* const file_name)
 {
-	char *out_mime_type;
+    char *out_mime_type;
     char file_header[FILE_HEADER_BYTES];
     FILE *fd;
     if (!(fd = fopen(file_name, "rb"))) {