summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2015-12-20 19:11:34 -0800
committerMartin Pool <mbp@sourcefrog.net>2015-12-20 19:11:34 -0800
commitaa1853516639bdbb2da793562f2ec4c089f948b9 (patch)
treeb1da26477c76515c414d774b09d033242049dc5f
parentb38427ad691eaae52a9ff8886a74c85bcaf1c44d (diff)
downloadlibrsync-aa1853516639bdbb2da793562f2ec4c089f948b9.tar.gz
remove whitespace
-rw-r--r--src/fileutil.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/fileutil.c b/src/fileutil.c
index 35679c3..4773fb6 100644
--- a/src/fileutil.c
+++ b/src/fileutil.c
@@ -1,20 +1,20 @@
/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*-
*
* librsync -- library for network deltas
- *
+ *
* Copyright (C) 1999, 2000, 2001 by Martin Pool <mbp@sourcefrog.net>
* Copyright (C) 1999 by Andrew Tridgell <tridge@samba.org>
- *
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
- *
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
@@ -42,7 +42,6 @@
#include "trace.h"
-
/**
* \brief Open a file, with special handling for `-' or unspecified
* parameters on input and output.