From 257ae3f520fae9b82c669115a8d548596ae26f48 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 22 Apr 2009 12:28:14 +0000 Subject: Quick 'indent' run on ectool with some additional manual cosmetic fixes. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4174 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/ectool/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util/ectool/Makefile') diff --git a/util/ectool/Makefile b/util/ectool/Makefile index 7e92f68e85..d799cee77f 100644 --- a/util/ectool/Makefile +++ b/util/ectool/Makefile @@ -1,9 +1,9 @@ # # Makefile for ectool # -# Copyright (C) 2009 by coresystems GmbH -# written by Stefan Reinauer -# +# Copyright (C) 2009 by coresystems GmbH +# written by Stefan Reinauer +# # 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 License, or @@ -26,7 +26,7 @@ all: ectool ectool: ec.o ectool.o $(CC) $(CFLAGS) -o $@ $^ - + clean: rm *.o ectool -- cgit v1.2.3