From a5a4102ddba7e8f873a83d08328949c64240db96 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 30 Apr 2015 13:43:33 -0700 Subject: Trailing whitespace fixup. --- Tachometer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tachometer.c') diff --git a/Tachometer.c b/Tachometer.c index 059d9600..f87791e6 100644 --- a/Tachometer.c +++ b/Tachometer.c @@ -545,13 +545,13 @@ static void Destroy(Widget w) /* Exported Procedures */ -// cppcheck-suppress unusedFunction +// cppcheck-suppress unusedFunction int TachometerGetValue(Widget w) { return (((TachometerWidget) w)->tachometer.value); } -// cppcheck-suppress unusedFunction +// cppcheck-suppress unusedFunction int TachometerSetValue(Widget w, int i) { int old; -- cgit v1.2.1