From b9636c24cad2a839fc4d22c7fbbc83cffe5901e2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Dec 2009 03:14:16 +0000 Subject: Whitespace removal. --- cpukit/mghttpd/mongoose.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/mghttpd') diff --git a/cpukit/mghttpd/mongoose.h b/cpukit/mghttpd/mongoose.h index b33fb808b2..6ff2c28d7f 100644 --- a/cpukit/mghttpd/mongoose.h +++ b/cpukit/mghttpd/mongoose.h @@ -98,7 +98,7 @@ const char *mg_get_option(const struct mg_context *, const char *option_name); * Return value: * -1 if option is unknown * 0 if mg_set_option() failed - * 1 if mg_set_option() succeeded + * 1 if mg_set_option() succeeded */ int mg_set_option(struct mg_context *, const char *opt_name, const char *value); @@ -113,7 +113,7 @@ int mg_set_option(struct mg_context *, const char *opt_name, const char *value); * If password is not NULL, entry is added (or modified if already exists). * If password is NULL, entry is deleted. Return: * 1 on success - * 0 on error + * 0 on error */ int mg_modify_passwords_file(struct mg_context *ctx, const char *file_name, const char *user_name, const char *password); @@ -224,7 +224,7 @@ void mg_authorize(struct mg_connection *); * NULL if the variable is not found * non-NULL if found. NOTE: this returned value is dynamically allocated * and is subject to mg_free() when no longer needed. It is - * an application's responsibility to mg_free() the variable. + * an application's responsibility to mg_free() the variable. */ char *mg_get_var(const struct mg_connection *, const char *var_name); -- cgit v1.2.3