replaced indentation spaces with tabs

This commit is contained in:
Aleksandar Fabijanic
2012-04-28 19:15:17 +00:00
parent a68b9a114f
commit fae6d780b7
3 changed files with 335 additions and 336 deletions

View File

@@ -411,7 +411,6 @@ void StringTokenizerTest::testFind()
assert (2 == st.count("5")); assert (2 == st.count("5"));
st.replace("3", "6", 4); st.replace("3", "6", 4);
assert (1 == st.count("3")); assert (1 == st.count("3"));
assert (1 == st.count("6")); assert (1 == st.count("6"));
} }