Remove redudent space in doc string

In file ceilometer/compute/plugin.py, there are some redudent
spaces, the patch will remove them and make the code more pleasure:)

Change-Id: I1a896366bab3344422d905b30b24cbb8f257ddde
This commit is contained in:
liuqing 2014-07-22 16:30:40 +08:00
parent a77dd2b540
commit 522b7ffb32

View File

@ -28,8 +28,8 @@ from ceilometer import plugin
class ComputePollster(plugin.PollsterBase):
"""Base class for plugins.
It supports the polling API on the compute node.
"""
It supports the polling API on the compute node.
"""
@abc.abstractmethod
def get_samples(self, manager, cache, resources):