tab removal

[SVN r21053]
This commit is contained in:
Paul Mensonides
2003-12-02 00:43:36 +00:00
parent 85182b4426
commit 9cc2279b2f
3 changed files with 13 additions and 13 deletions

View File

@ -26,8 +26,8 @@ namespace std { }
using namespace std;
int main(void) {
printf("pass " __TIME__);
return 0;
printf("pass " __TIME__);
return 0;
}
# endif