We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b7a8a commit 5fc39b0Copy full SHA for 5fc39b0
src/impl/sink_to_file.cpp
@@ -107,7 +107,7 @@ namespace soralog {
107
// NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
108
*ptr++ = c;
109
110
- -width;
+ --width;
111
}
112
while (width--) { // Pad remaining space with spaces
113
0 commit comments