[PATCH] sbbr/fadt: Clean up indentation of a few lines
Colin King
colin.king at canonical.com
Thu Nov 26 11:25:27 UTC 2020
From: Colin Ian King <colin.king at canonical.com>
There are a few lines of code that require indentation clean-ups.
Fix them.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
src/sbbr/fadt/fadt.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/sbbr/fadt/fadt.c b/src/sbbr/fadt/fadt.c
index 82044b47..114117a2 100644
--- a/src/sbbr/fadt/fadt.c
+++ b/src/sbbr/fadt/fadt.c
@@ -381,8 +381,8 @@ static int fadt_sbbr_profile_test3(fwts_framework *fw)
fwts_acpi_fadt_preferred_pm_profile(fadt->preferred_pm_profile));
if ((fadt->preferred_pm_profile == SBBR_ENT_SERVER) ||
- (fadt->preferred_pm_profile == SBBR_SOHO_SERVER) ||
- (fadt->preferred_pm_profile == SBBR_PERF_SERVER))
+ (fadt->preferred_pm_profile == SBBR_SOHO_SERVER) ||
+ (fadt->preferred_pm_profile == SBBR_PERF_SERVER))
fwts_passed(fw, "FADT has a recommended server PM profile.");
else
fwts_failed(fw, LOG_LEVEL_MEDIUM, "fadt_profile:", "FADT preferred PM profile is not recommended.");
--
2.29.2
More information about the fwts-devel
mailing list