astyle formatting

This commit is contained in:
Daniel Marjamäki 2009-07-31 14:01:50 +02:00
parent 2d9e4e1a73
commit 2b26a320f0
1 changed files with 2 additions and 2 deletions

View File

@ -1278,7 +1278,7 @@ private:
"std::map<int, int> coords;\n"
"std::tr1::unordered_map<int, int> xy;\n"
"std::list<boost::wave::token_id> tokens;\n"
);
);
// tokenize..
Tokenizer tokenizer;
@ -1295,7 +1295,7 @@ private:
"4: std :: map < int , int > coords@4 ;\n"
"5: std :: tr1 :: unordered_map < int , int > xy@5 ;\n"
"6: std :: list < boost :: wave :: token_id > tokens@6 ;\n"
);
);
ASSERT_EQUALS(expected, actual);
}