aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/aligned_ut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/stream/aligned_ut.cpp')
-rw-r--r--util/stream/aligned_ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/aligned_ut.cpp b/util/stream/aligned_ut.cpp
index 890dfa7d8f..e980d05cf7 100644
--- a/util/stream/aligned_ut.cpp
+++ b/util/stream/aligned_ut.cpp
@@ -16,7 +16,7 @@ protected:
}
*static_cast<unsigned char*>(buf) = static_cast<unsigned char>(Pos_);
- ++Pos_;
+ ++Pos_;
return 1;
}
@@ -25,7 +25,7 @@ protected:
return 0;
}
- ++Pos_;
+ ++Pos_;
return 1;
}