Index: uspace/lib/http/src/request.c
===================================================================
--- uspace/lib/http/src/request.c	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ uspace/lib/http/src/request.c	(revision f08da1c71ef0dddfb828f1eb6d5662e2f45989aa)
@@ -84,6 +84,5 @@
 	if (buf == NULL) {
 		return printf_size(HTTP_METHOD_LINE, method, path);
-	}
-	else {
+	} else {
 		return snprintf(buf, buf_size, HTTP_METHOD_LINE, method, path);
 	}
