Skip to content

Commit 23f1c7c

Browse files
Fix identation (should be spaces)
1 parent 09d5984 commit 23f1c7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Release/include/cpprest/streams.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -883,11 +883,11 @@ namespace Concurrency { namespace streams
883883
if (ch == concurrency::streams::char_traits<CharType>::eof()) return pplx::task_from_result(false);
884884
if (ch == '\n')
885885
{
886-
return buffer.bumpc().then([](
886+
return buffer.bumpc().then([](
887887
#ifndef _WIN32 // Required by GCC
888-
typename
888+
typename
889889
#endif
890-
concurrency::streams::char_traits<CharType>::int_type) { return false; });
890+
concurrency::streams::char_traits<CharType>::int_type) { return false; });
891891
}
892892
return pplx::task_from_result(false);
893893
};

0 commit comments

Comments
 (0)