Don't mix real tabs with tabs expanded as 8 spaces -- that's
[openssl.git] / apps / apps.c
index 354043ef6ec7f3bf472f1a298dae06f22eb8269c..8fb5e8aaa736fdd802b0f0af13931fa08870d922 100644 (file)
@@ -247,8 +247,8 @@ int WIN32_rename(char *from, char *to)
        ret=MoveFileEx(from,to,MOVEFILE_REPLACE_EXISTING|MOVEFILE_COPY_ALLOWED);
        return(ret?0:-1);
 #else
-        unlink(to);
-        return MoveFile(from, to);
+       unlink(to);
+       return MoveFile(from, to);
 #endif
        }
 #endif