Oops. Didn't mean to commit the change to gui/test.cpp. But since I did,
lets remove the linefeeds and make the function look like it gets called.
This commit is contained in:
parent
769119c725
commit
a34d6fd2de
|
@ -19,8 +19,7 @@ void f(char k)
|
|||
void possible_style()
|
||||
{
|
||||
std::list<int>::iterator it;
|
||||
\n
|
||||
for (it = ab.begin(); it != ab.end(); it++)\n
|
||||
for (it = ab.begin(); it != ab.end(); it++)
|
||||
;
|
||||
}
|
||||
|
||||
|
@ -31,7 +30,7 @@ int main()
|
|||
if (a);
|
||||
b = gets();
|
||||
f(a);
|
||||
iter_err();
|
||||
possible_style();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue