From 2fa2a2a6aacda9908b4defcabc1ae9f7024f82d5 Mon Sep 17 00:00:00 2001 From: David Banks Date: Sat, 9 Mar 2019 10:20:35 +0000 Subject: [PATCH] Pi Firmware: indentation Change-Id: I03225bd4178ff2f3a7edff91fe9bafa2a1e5ae2b --- src/cpld_normal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpld_normal.c b/src/cpld_normal.c index 3b1523bf..868213bd 100644 --- a/src/cpld_normal.c +++ b/src/cpld_normal.c @@ -78,7 +78,7 @@ static param_t params[] = { { HALF, "Half", 0, 1, 1 }, { DIVIDER, "Divider", 6, 8, 2 }, { DELAY, "Delay", 0, 15, 1 }, - { SIXBIT,"Six bits", 0, 1, 1 }, + { SIXBIT, "Six bits", 0, 1, 1 }, { -1, NULL, 0, 0, 1 } };