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
This commit is contained in:
Uwe Hermann
2009-04-22 12:28:14 +00:00
parent 0408bdd240
commit 257ae3f520
4 changed files with 50 additions and 53 deletions

View File

@@ -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