diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-04-22 12:28:14 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-04-22 12:28:14 +0000 |
commit | 257ae3f520fae9b82c669115a8d548596ae26f48 (patch) | |
tree | 23ce0273ff8bcdd300fdbb310383930c1aae22eb /util/ectool/Makefile | |
parent | 0408bdd240e05ff41e24a1b9aa3f0e83f983f785 (diff) |
Quick 'indent' run on ectool with some additional manual cosmetic fixes.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4174 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/ectool/Makefile')
-rw-r--r-- | util/ectool/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 <stepan@coresystems.de> -# +# Copyright (C) 2009 by coresystems GmbH +# written by Stefan Reinauer <stepan@coresystems.de> +# # 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 |