Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / inteltool / memory.c
index 5c5a07e03ab4850c2f3657306b0c95528570b5f4..393725b0ffbc3c785e36ed539780176291747f78 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * inteltool - dump all registers on an Intel CPU + chipset based system.
  *
- * Copyright (C) 2008-2010 by coresystems GmbH 
- * 
+ * Copyright (C) 2008-2010 by coresystems GmbH
+ *
  * 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.
@@ -60,7 +60,7 @@ int print_mchbar(struct pci_dev *nb)
        }
 
        mchbar = map_physical(mchbar_phys, size);
-       
+
        if (mchbar == NULL) {
                perror("Error mapping MCHBAR");
                exit(1);