From 2ff2fb0495febe11d5015d2308d67e1d8048e597 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 10 Apr 2014 13:37:02 +0200 Subject: Some code cosmetics about commas, spaces and quotes Merges #577 --- module/remote/thriftbackend/pyload.thrift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/remote/thriftbackend/pyload.thrift') diff --git a/module/remote/thriftbackend/pyload.thrift b/module/remote/thriftbackend/pyload.thrift index 7f4560ecb..3aef7af00 100644 --- a/module/remote/thriftbackend/pyload.thrift +++ b/module/remote/thriftbackend/pyload.thrift @@ -194,7 +194,7 @@ struct OnlineStatus { 2: PluginName plugin, 3: string packagename, 4: DownloadStatus status, - 5: i64 size, // size <= 0 : unknown + 5: i64 size, // size <= 0: unknown } struct OnlineCheck { @@ -311,7 +311,7 @@ service Pyload { //services - // servicename : description + // servicename: description map> getServices(), bool hasService(1: PluginName plugin, 2: string func), string call(1: ServiceCall info) throws (1: ServiceDoesNotExists ex, 2: ServiceException e), @@ -319,7 +319,7 @@ service Pyload { //info // {plugin: {name: value}} - map> getAllInfo(), + map> getAllInfo(), map getInfoByPlugin(1: PluginName plugin), //scheduler -- cgit v1.2.3