Re-indented

This commit is contained in:
Pierre Pronchery 2004-03-26 14:21:22 +00:00
parent 668bd955a5
commit 8711f90fe5

View File

@ -14,7 +14,6 @@ static int _link(char * file1, char * file2)
perror("link"); perror("link");
return 2; return 2;
} }
return 0; return 0;
} }