test: Fix indentation
commitcfc630a7ffe1b4c2fa4df455e5317f237e451480
authorPetr Písař <petr.pisar@atlas.cz>
Fri, 5 Feb 2016 20:16:44 +0000 (5 21:16 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Fri, 18 Mar 2016 16:51:13 +0000 (18 17:51 +0100)
tree9c9a3cbbc4b3dd4a82b952415e299c43db12fe7b
parent6340b771dcb8a22775086f6fccf69d40094b09c5
test: Fix indentation

This caused a warnings with GCC 6:

http.c: In function 'base64_encode_blockend':
http.c:138:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation]
  return codechar - code_out;
  ^~~~~~
http.c:135:5: note: ...this 'if' clause, but it is not
     if (state_in->stepcount >= 0)
     ^~
test/simline/http.c