From aa1853516639bdbb2da793562f2ec4c089f948b9 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 20 Dec 2015 19:11:34 -0800 Subject: remove whitespace --- src/fileutil.c | 9 ++++----- 1 file 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 * Copyright (C) 1999 by Andrew Tridgell - * + * * 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. -- cgit v1.2.1