1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pyterm: cosmetics

* replaced tab with white spaces
* removed trailing white spaces
This commit is contained in:
Oleg Hahm 2014-06-05 05:40:56 +02:00
parent e661b386a0
commit fbd2c345ce

View File

@ -34,7 +34,7 @@ class SerCmd(cmd.Cmd):
if not self.host:
self.host = defaulthostname
if not self.run_name:
if not self.run_name:
self.run_name = defaultrunname
if not os.path.exists(self.configdir):