diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-03 16:42:32 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-03 16:42:32 (GMT) |
commit | 45ec3288d0e181334efcaeac7ce6ef44771a2689 (patch) | |
tree | a6d36ce2e0931bc869ad0529ad88cef617937ebe /Modules/ld_so_aix.in | |
parent | 50ef0f41afd313ed3c433f724e6aaa79d7e55c02 (diff) | |
download | cpython-45ec3288d0e181334efcaeac7ce6ef44771a2689.zip cpython-45ec3288d0e181334efcaeac7ce6ef44771a2689.tar.gz cpython-45ec3288d0e181334efcaeac7ce6ef44771a2689.tar.bz2 |
Removed trailing whitespaces in miscalenous files.
Diffstat (limited to 'Modules/ld_so_aix.in')
-rw-r--r-- | Modules/ld_so_aix.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/ld_so_aix.in b/Modules/ld_so_aix.in index 86a9f7e..961532b 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 |