diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-08-21 12:01:04 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-08-23 15:43:27 +0200 |
commit | 38424987c6d19015e4572d5371a0f9f621fc46fa (patch) | |
tree | 443fa79300e0fba4f4b66fecb04bbf7d29af1db8 /src/northbridge/amd/amdk8 | |
parent | ccf78f083cd2811c401db08b002b2b3c5273db26 (diff) |
src/northbridge: Remove unnecessary whitespace before "\n" and "\t"
Change-Id: I6a533667c7c8ff5ec6ab9d4e1cfc51e993a90084
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16280
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
Diffstat (limited to 'src/northbridge/amd/amdk8')
-rw-r--r-- | src/northbridge/amd/amdk8/exit_from_self.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/exit_from_self.c b/src/northbridge/amd/amdk8/exit_from_self.c index 639eac7fa2..858a0c0a3f 100644 --- a/src/northbridge/amd/amdk8/exit_from_self.c +++ b/src/northbridge/amd/amdk8/exit_from_self.c @@ -116,7 +116,7 @@ void exit_from_self(int controllers, const struct mem_controller *ctrl, "orb %1, %%al\n\t" "not %1\n\t" ".align 64\n\t" - "outl %%eax, (%%dx) \n\t" + "outl %%eax, (%%dx)\n\t" "andb %1, %%al\n\t" "outl %%eax, (%%dx)\n\t" "popl %0\n\t"::"a"(pcidev), |