aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/base64.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-17 16:56:41 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-17 16:56:41 +0200
commit972103dc288e2a2396e060018e7c3733f29a940d (patch)
treeaeb0b3a182d5168f12752928d3204342c9581e91 /src/microhttpd/base64.h
parentcbbfd0591fc639ddd21a5850f54f403fb7394174 (diff)
downloadlibmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.tar.gz
libmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.zip
applying uncrustify to ensure uniform indentation
Diffstat (limited to 'src/microhttpd/base64.h')
-rw-r--r--src/microhttpd/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/base64.h b/src/microhttpd/base64.h
index ba96ca0c..65042c0b 100644
--- a/src/microhttpd/base64.h
+++ b/src/microhttpd/base64.h
@@ -12,6 +12,6 @@
12#include "platform.h" 12#include "platform.h"
13 13
14char * 14char *
15BASE64Decode(const char* src); 15BASE64Decode (const char*src);
16 16
17#endif /* !BASE64_H */ 17#endif /* !BASE64_H */