summaryrefslogtreecommitdiffstats
path: root/qos-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 15:04:16 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 15:04:16 +0000
commitf73f5788dd3d0b363acd5a83abb8318f9a7f9581 (patch)
tree21887ca2d1c3536165510db71dbd3c3677345aac /qos-model.lua
parentd17c18a168c0bd37154c42f16fdd24fd6108fc85 (diff)
downloadacf-iproute2-qos-master.tar.bz2
acf-iproute2-qos-master.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'qos-model.lua')
-rw-r--r--qos-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/qos-model.lua b/qos-model.lua
index c78dd9e..a1d8ce5 100644
--- a/qos-model.lua
+++ b/qos-model.lua
@@ -56,7 +56,7 @@ end
function mymodule.get_startstop(self, clientdata)
return modelfunctions.get_startstop(clientdata.init)
end
-
+
function mymodule.startstop_service(self, startstop, action)
return modelfunctions.startstop_service(startstop, action)
end