summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
commit97d3041f1e38dfcc931d0e495c0e1c66497cf09c (patch)
treed56f207fb9ca08a4eccfbd406b609ae4402e5c5a /src/python
parent785bc9bf7e4ba5ba60477fd09974377c4cf48b10 (diff)
downloadopenlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.gz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.xz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.zip
Remove trailing spaces
This patch removes trailing spaces from source files.
Diffstat (limited to 'src/python')
-rw-r--r--src/python/lmi/providers/IndicationManager.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/python/lmi/providers/IndicationManager.py b/src/python/lmi/providers/IndicationManager.py
index 2d3c595..f2b794a 100644
--- a/src/python/lmi/providers/IndicationManager.py
+++ b/src/python/lmi/providers/IndicationManager.py
@@ -444,7 +444,7 @@ class IndicationManager(singletonmixin.Singleton):
This function checks for existence of filters at broker. Filters
must be registered with this instance before the check can be done.
Without arguments all registered filters will be checked.
-
+
:param class_name: (``string``) Name of *Scoped class* that reduces
searched filters.
:param fltr_id: (``string``) Indication name reducing filters that
@@ -521,12 +521,12 @@ class IndicationManager(singletonmixin.Singleton):
It asks us to verify whether this filter is allowed.
- :param fltr: Contains the filter that must be authorized.
+ :param fltr: Contains the filter that must be authorized.
:param _class_name: (``String``) Contains the class name extracted
- from the filter FROM clause.
+ from the filter FROM clause.
:param _op: The name of the class for which monitoring is required.
Only the namespace part is set if className is a process indication.
- :param _owner The owner argument is the destination owner.
+ :param _owner The owner argument is the destination owner.
"""
with self._access_lock:
res = self._get_matching_filter(fltr)
@@ -548,14 +548,14 @@ class IndicationManager(singletonmixin.Singleton):
monitoring the resource according to the filter express only.
:param fltr: The filter argument contains the filter specification
- for this subscription to become active.
+ for this subscription to become active.
:param _class_name: (``String``) The class name extracted from the filter
- FROM clause.
+ FROM clause.
:param _class_path: (``CIMInstanceName``) The name of the class for
which monitoring is required. Only the namespace part is set if
- eventType is a process indication.
+ eventType is a process indication.
:param first_activation: (``bool``) Set to true if this is the first
- filter for className.
+ filter for className.
"""
with self._access_lock:
if not first_activation:
@@ -576,14 +576,14 @@ class IndicationManager(singletonmixin.Singleton):
Informs us that monitoring using this filter should stop.
:param fltr: The filter argument contains the filter specification for
- this subscription to become active.
+ this subscription to become active.
:param class_name: (``String``) The class name extracted from the filter
- FROM clause.
+ FROM clause.
:param class_path: (``CIMInstanceName``) class_path The name of the
class for which monitoring is required. Only the namespace part is
- set if className is a process indication.
+ set if className is a process indication.
:last_activation: (``bool``) Set to true if this is the last filter for
- className.
+ className.
"""
with self._access_lock:
if not last_activation: