fixed style
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 8 Jun 2016 11:14:11 +0000 (13:14 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 8 Jun 2016 11:14:11 +0000 (13:14 +0200)
src/server/server.c

index ffbd814..1e799ab 100644 (file)
@@ -301,7 +301,8 @@ static int cbk_http_request(void *cls,
 
        if (&dummy != *ptr) {
                /* The first time only the headers are valid, do not
-                  respond in the first round... */
+                * respond in the first round...
+                */
                *ptr = &dummy;
                return MHD_YES;
        }