diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:27:52 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:27:52 -0400 |
commit | 78f56e07e24e0820a73ba2b24f4b8293bb3b3393 (patch) | |
tree | f55180813bff624e0d5b8e08d104bbb816b7fbec /grc/gui/Actions.py | |
parent | bbfc759914da80214fabc70fbbed1edaf39f9e4b (diff) |
Removing trailing/extra whitespaces before release (for master).
We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r-- | grc/gui/Actions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py index 3aa9e61472..a9ab41230d 100644 --- a/grc/gui/Actions.py +++ b/grc/gui/Actions.py @@ -33,10 +33,10 @@ def handle_key_press(event): """ Call the action associated with the key press event. Both the key value and the mask must have a match. - + Args: event: a gtk key press event - + Returns: true if handled """ |