Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/xorg.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 13:04:18 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 13:04:18 -0400
commite111dd9bc1ac1c27efa14f89a2cb1464f135c0da (patch)
treebe7d00c8a335d6a80f9aba2019fd6c8b3bff02ea /profiles/xorg.py
parent8d39ff4a765de170ccb7286c0bb94af4bc20794e (diff)
Final whitespace changes I think
Diffstat (limited to 'profiles/xorg.py')
-rw-r--r--profiles/xorg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/xorg.py b/profiles/xorg.py
index a5a50697..3351e4e5 100644
--- a/profiles/xorg.py
+++ b/profiles/xorg.py
@@ -22,6 +22,7 @@ def _prep_function(*args, **kwargs):
return True
+
# Ensures that this code only gets executed if executed
# through importlib.util.spec_from_file_location("xorg", "/somewhere/xorg.py")
# or through conventional import xorg