-fix indent

This commit is contained in:
Christian Grothoff 2015-11-24 14:48:32 +01:00
parent 6d03017eba
commit 3961d3df7e

View File

@ -351,10 +351,10 @@ handle_mhd_request (void *cls,
upload_data_size); upload_data_size);
} }
return TMH_MHD_handler_static_response (&h404, return TMH_MHD_handler_static_response (&h404,
connection, connection,
con_cls, con_cls,
upload_data, upload_data,
upload_data_size); upload_data_size);
} }