From 63dc9c7113cd0fff60d04b05cd8053e70279f9d4 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 18 Sep 2007 11:44:04 +1000 Subject: dtc: Whitespace cleanup This large patch removes all trailing whitespace from dtc (including libfdt, the testsuite and documentation). It also removes a handful of redundant blank lines (at the end of functions, or when there are two blank lines together for no particular reason). As well as anything else, this means that quilt won't whinge when I go to convert the whole of libfdt into a patch to apply to the kernel. Signed-off-by: David Gibson --- treesource.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'treesource.c') diff --git a/treesource.c b/treesource.c index c067b20..a04c173 100644 --- a/treesource.c +++ b/treesource.c @@ -1,7 +1,7 @@ /* * (C) Copyright David Gibson , IBM Corporation. 2005. * - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the @@ -11,11 +11,11 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA */ #include "dtc.h" @@ -77,7 +77,6 @@ static enum proptype guess_type(struct property *prop) return PROP_CELLS; else return PROP_BYTES; - } -- cgit v1.2.1