Skip to content

Commit 98c3c37

Browse files
committed
arc: Indentation fixes
I'm testing my new app called 'inspekt', and found out that arc has quite a few trailing whitespaces in lines. This patch fixes them. Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
1 parent 1552d90 commit 98c3c37

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

Diff for: arc/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
#
1212
# Copyright (c) 2013-2014 Red Hat
1313
# Author: Cleber Rosa <[email protected]>
14-

Diff for: arc/cli/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
#
1212
# Copyright (c) 2013-2014 Red Hat
1313
# Author: Cleber Rosa <[email protected]>
14-

Diff for: arc/cli/actions/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
#
1212
# Copyright (c) 2013-2014 Red Hat
1313
# Author: Cleber Rosa <[email protected]>
14-

Diff for: arc/cli/args/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
#
1212
# Copyright (c) 2013-2014 Red Hat
1313
# Author: Cleber Rosa <[email protected]>
14-

Diff for: arc/shared/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
#
1212
# Copyright (c) 2013-2014 Red Hat
1313
# Author: Cleber Rosa <[email protected]>
14-

Diff for: arc/testenvironment.py

-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ def _get_data_by_name(self):
7777

7878
def __repr__(self):
7979
return "<TestEnvironment Name: %s>" % self.name
80-

Diff for: arc/tko/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
#
1212
# Copyright (c) 2013-2014 Red Hat
1313
# Author: Cleber Rosa <[email protected]>
14-

Diff for: samples/api/list-linux-distros.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121
print("LinuxDistro: \t%s" % h.name)
2222
for i in h.FIELDS:
2323
print("\t%s: %s" % (i, getattr(h, i)))
24-

0 commit comments

Comments
 (0)