aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2016-12-19 18:30:16 +0100
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>2016-12-19 18:34:02 +0100
commit971a3a3cd9ad652047eb2eb015db693abac66589 (patch)
treeaf906e82e25bed1f173df47e7b1b2fa679eb081e /mesonbuild/backend/backends.py
parent1590e185f4e4ed3b7a7bdc99f5858718ea9b8a2a (diff)
downloadmeson-971a3a3cd9ad652047eb2eb015db693abac66589.zip
meson-971a3a3cd9ad652047eb2eb015db693abac66589.tar.gz
meson-971a3a3cd9ad652047eb2eb015db693abac66589.tar.bz2
tree-wide: remove trailing whitespaces
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'mesonbuild/backend/backends.py')
-rw-r--r--mesonbuild/backend/backends.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py
index e25e9f0..f85d378 100644
--- a/mesonbuild/backend/backends.py
+++ b/mesonbuild/backend/backends.py
@@ -645,7 +645,7 @@ class Backend():
# Subprojects of subprojects may cause the same dep args to be used
# multiple times. Remove duplicates here. Note that we can't dedup
- # libraries based on name alone, because "-lfoo -lbar -lfoo" is
+ # libraries based on name alone, because "-lfoo -lbar -lfoo" is
# a completely valid (though pathological) sequence and removing the
# latter may fail. Usually only applies to static libs, though.
def dedup_arguments(self, commands):
@@ -662,4 +662,4 @@ class Backend():
previous = c
final_commands.append(c)
return final_commands
-
+