Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / inteltool / rootcmplx.c
index 9c3f70f4ef2d45f4a00e71fc16582329385d6589..b67e230b9a3915c5731c71fc4e153d57f8d72e83 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * inteltool - dump all registers on an Intel CPU + chipset based system.
  *
- * Copyright (C) 2008 by coresystems GmbH 
- *  written by Stefan Reinauer <stepan@coresystems.de> 
- * 
+ * Copyright (C) 2008 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; version 2 of the License.
@@ -51,7 +51,7 @@ int print_rcba(struct pci_dev *sb)
        }
 
        rcba = map_physical(rcba_phys, size);
-       
+
        if (rcba == NULL) {
                perror("Error mapping RCBA");
                exit(1);