From 437166cca727048be145b329ba53383f20b816c8 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 20 May 2020 15:06:26 +0200 Subject: [PATCH] Remove trailing whitespace --- brp-python-bytecompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brp-python-bytecompile b/brp-python-bytecompile index f8ca447..eabc39a 100755 --- a/brp-python-bytecompile +++ b/brp-python-bytecompile @@ -94,7 +94,7 @@ fi # # Support this by assuming that below each /usr/lib/python$VERSION/, all # .pyc/.pyo files are to be compiled for /usr/bin/python$VERSION. -# +# # For example, below /usr/lib/python2.6/, we're targeting /usr/bin/python2.6 # and below /usr/lib/python3.1/, we're targeting /usr/bin/python3.1