aboutsummaryrefslogtreecommitdiff
path: root/src/lib/upgrade_process.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/lib/upgrade_process.h
parentcbbfd0591fc639ddd21a5850f54f403fb7394174 (diff)
downloadlibmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.tar.gz
libmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.zip
applying uncrustify to ensure uniform indentation
Diffstat (limited to 'src/lib/upgrade_process.h')
-rw-r--r--src/lib/upgrade_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upgrade_process.h b/src/lib/upgrade_process.h
index 36a7ddff..8b0d4119 100644
--- a/src/lib/upgrade_process.h
+++ b/src/lib/upgrade_process.h
@@ -36,7 +36,7 @@
36 */ 36 */
37void 37void
38MHD_upgrade_response_handle_process_ (struct MHD_UpgradeResponseHandle *urh) 38MHD_upgrade_response_handle_process_ (struct MHD_UpgradeResponseHandle *urh)
39 MHD_NONNULL(1); 39MHD_NONNULL (1);
40 40
41 41
42#endif 42#endif