[PATCH] fwts_gpe: re-format prototypes to fit into 80 columns.

Colin King colin.king at canonical.com
Sat Apr 10 23:22:52 UTC 2021


From: Colin Ian King <colin.king at canonical.com>

Minor reformatting. No functional change.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/lib/include/fwts_gpe.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/lib/include/fwts_gpe.h b/src/lib/include/fwts_gpe.h
index 42fc5954..fe069555 100644
--- a/src/lib/include/fwts_gpe.h
+++ b/src/lib/include/fwts_gpe.h
@@ -36,8 +36,11 @@ typedef struct {
 
 void fwts_gpe_free(fwts_gpe *gpe, const int count);
 int  fwts_gpe_read(fwts_gpe **gpes);
-int  fwts_gpe_delta(int **gpe_delta, const fwts_gpe *start, const fwts_gpe *end, const int n);
-int  fwts_gpe_delta_get(fwts_framework *fw, const fwts_gpe *gpes_start, const fwts_gpe *gpes_end, const int gpe_count, int *sci, int *gpe);
-void fwts_gpe_test(fwts_framework *fw, const fwts_gpe *start, const fwts_gpe *end, const int n);
+int  fwts_gpe_delta(int **gpe_delta, const fwts_gpe *start,
+	const fwts_gpe *end, const int n);
+int  fwts_gpe_delta_get(fwts_framework *fw, const fwts_gpe *gpes_start,
+	const fwts_gpe *gpes_end, const int gpe_count, int *sci, int *gpe);
+void fwts_gpe_test(fwts_framework *fw, const fwts_gpe *start,
+	const fwts_gpe *end, const int n);
 
 #endif
-- 
2.30.2




More information about the fwts-devel mailing list