Skip to content

Commit

Permalink
Final Indentation of all touched files
Browse files Browse the repository at this point in the history
Signed-off-by: Slava Zanko <[email protected]>
  • Loading branch information
slavaz committed May 4, 2010
1 parent db6944f commit 3a1e096
Show file tree
Hide file tree
Showing 18 changed files with 7,396 additions and 6,490 deletions.
6 changes: 3 additions & 3 deletions lib/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1256,9 +1256,9 @@ mc_util_write_backup_content (const char *from_file_name, const char *to_file_na
if (fwrite ((const void *) contents, length, 1, backup_fd) != length)
ret1 = FALSE;
{
int ret2;
ret2 = fflush (backup_fd);
ret2 = fclose (backup_fd);
int ret2;
ret2 = fflush (backup_fd);
ret2 = fclose (backup_fd);
}
g_free (contents);
return ret1;
Expand Down
Loading

0 comments on commit 3a1e096

Please sign in to comment.