From dda9ab090c50697c11df43dc49ace134936b184c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 10 Aug 2016 17:47:56 +0000 Subject: Remove trailing whitespace --- vlc-model.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vlc-model.lua') diff --git a/vlc-model.lua b/vlc-model.lua index abad8a9..561e22c 100644 --- a/vlc-model.lua +++ b/vlc-model.lua @@ -24,11 +24,11 @@ end -- ################################################################################ -- PUBLIC FUNCTIONS -function mymodule.get_startstop(self, clientdata) +function mymodule.get_startstop(self, clientdata) return modelfunctions.get_startstop(processname) end -function mymodule.startstop_service(self, startstop, action) +function mymodule.startstop_service(self, startstop, action) return modelfunctions.startstop_service(startstop, action) end -- cgit v1.2.3