device: Trivial - drop trailing blank lines at EOF

Change-Id: I50a5177a8bad5dada862f30c5c9421f08b0e1686
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6204
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Edward O'Callaghan
2014-07-07 23:49:00 +10:00
parent 1bd01663f5
commit 64ea6dbe2e
6 changed files with 0 additions and 8 deletions

View File

@ -68,4 +68,3 @@ void set_cpu_topology(device_t cpu, unsigned node, unsigned package, unsigned co
cpu->path.apic.core_id = core;
cpu->path.apic.thread_id = thread;
}