summaryrefslogtreecommitdiff
path: root/Tachometer.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
commita5a4102ddba7e8f873a83d08328949c64240db96 (patch)
treee6577a6ad2767aee7f3b8ee70dbf5890bc6b8cf0 /Tachometer.c
parentd20c318487cabae5140de6749789a1b16fd880df (diff)
downloadgpsd-a5a4102ddba7e8f873a83d08328949c64240db96.tar.gz
Trailing whitespace fixup.
Diffstat (limited to 'Tachometer.c')
-rw-r--r--Tachometer.c4
1 files changed, 2 insertions, 2 deletions
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;