diff options
author | Patrick Monnerat <[email protected]> | 2019-05-10 16:26:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-21 09:36:44 +0200 |
commit | e88a2ea8adb4a57c9cf5c44fe30c210c8608361b (patch) | |
tree | a70133a625b31710d79dc5fdd77589b69e24c003 /plugins/pythonconsole | |
parent | 676669e4e87130f639e118671d754a5e538f191c (diff) | |
download | pluma-e88a2ea8adb4a57c9cf5c44fe30c210c8608361b.tar.bz2 pluma-e88a2ea8adb4a57c9cf5c44fe30c210c8608361b.tar.xz |
Reindent all Python sources to ts=4. Strip trailing spaces.
Diffstat (limited to 'plugins/pythonconsole')
-rwxr-xr-x | plugins/pythonconsole/pythonconsole/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pythonconsole/pythonconsole/__init__.py b/plugins/pythonconsole/pythonconsole/__init__.py index 59ac413e..07d13c70 100755 --- a/plugins/pythonconsole/pythonconsole/__init__.py +++ b/plugins/pythonconsole/pythonconsole/__init__.py @@ -8,7 +8,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |