summaryrefslogtreecommitdiff
path: root/Modules/ld_so_aix.in
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-03 19:42:32 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-03 19:42:32 +0300
commit45ec3288d0e181334efcaeac7ce6ef44771a2689 (patch)
treea6d36ce2e0931bc869ad0529ad88cef617937ebe /Modules/ld_so_aix.in
parent50ef0f41afd313ed3c433f724e6aaa79d7e55c02 (diff)
downloadcpython-git-45ec3288d0e181334efcaeac7ce6ef44771a2689.tar.gz
Removed trailing whitespaces in miscalenous files.
Diffstat (limited to 'Modules/ld_so_aix.in')
-rw-r--r--Modules/ld_so_aix.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/ld_so_aix.in b/Modules/ld_so_aix.in
index 86a9f7e15e..961532bb91 100644
--- a/Modules/ld_so_aix.in
+++ b/Modules/ld_so_aix.in
@@ -5,7 +5,7 @@
# TYPE: executable, uses makexp_aix
# SYSTEM: AIX
#
-# DESCRIPTION: Creates a shareable .o from a set of pre-compiled
+# DESCRIPTION: Creates a shareable .o from a set of pre-compiled
# (unshared) .o files
#
# USAGE: ld_so_aix [CC] [arguments]
@@ -46,7 +46,7 @@
# 4. Uncommenting the "echo" lines gives detailed output
# about the commands executed in the script.
#
-#
+#
# HISTORY: Oct-1996 -- Support added for multiple .o files --
# -- and optional arguments processing. --
# Chris Myers (myers@tc.cornell.edu), Keith Kwok
@@ -132,7 +132,7 @@ do
done
if test "$objfile" = "libpython@VERSION@@ABIFLAGS@.so"; then
- ldsocoremode="true"
+ ldsocoremode="true"
fi
if test -z "$objs"; then