1
0
Fork 0

Removed tabs

This commit is contained in:
hpi1 2010-12-22 16:07:30 +02:00
parent 9de9627c5b
commit e5c6cbdfb5
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ int main(int argc, char *argv[])
}
something_more();
if (x == 1) {
x_eq_1(x, y);
x_eq_1(x, y);
} else {
x_neq_1(x, y);
x_neq_1(x, y);
}
}
final_thing();