test: Fix indentation
commit6dc8d039d99f631650acc6845fec882c599be042
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, 5 Feb 2016 20:16:44 +0000 (5 21:16 +0100)
tree3db6b4f8dcfbf20b4e7e36c2ec372905ebd44a0f
parent0363e66c74acf167dc8d03bf0ea926b43cca5cd8
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