Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlee committed May 18, 2022
1 parent b88ec60 commit b62abe5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions linux/hello-world-gtk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ a = Analysis(
('../LICENSE', '.'),
('../VERSION', '.'),
('hello-world-gtk.desktop', '.')
],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False
],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False
)

pyz = PYZ(
Expand Down
18 changes: 9 additions & 9 deletions macos/hello-world-gtk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ a = Analysis(
('../hello-world-gtk.svg', '.'),
('../LICENSE', '.'),
('../VERSION', '.')
],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False
],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False
)

pyz = PYZ(
Expand Down
18 changes: 9 additions & 9 deletions windows/hello-world-gtk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ a = Analysis(
('../hello-world-gtk.svg', '.'),
('../LICENSE', '.'),
('../VERSION', '.')
],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False
],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False
)

pyz = PYZ(
Expand Down

0 comments on commit b62abe5

Please sign in to comment.