remove trailing whitespace

This commit is contained in:
Schrolli 2015-07-02 09:02:49 +02:00
parent 15f4f99012
commit 48c4d1e354
41 changed files with 352 additions and 353 deletions

View file

@ -5,7 +5,7 @@
Functions for checking the subprocesses rtl_fm and multimon-ng
Used in boswatch.py at startup and designated for watching-service
@author: Jens Herrmann
@author: Jens Herrmann
"""
import logging
@ -32,7 +32,7 @@ def checkRTL():
logging.critical("cannot check rtl_fm.log")
logging.debug("cannot check rtl_fm.log", exc_info=True)
raise
def checkMultimon():
"""
check startup of multimon-ng
@ -51,4 +51,4 @@ def checkMultimon():
# we couldn't work without multimon-ng
logging.critical("cannot check multimon.log")
logging.debug("cannot check multimon.log", exc_info=True)
raise
raise