diff options
author | Andreas Jaeger <aj@suse.de> | 2001-02-12 14:24:51 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-02-12 14:24:51 +0000 |
commit | 2632a4ccb4886b3c67ff40fad0879bb76001e226 (patch) | |
tree | ee595ba48e3ec9290759e2548abae4db541e2b39 /libio | |
parent | b647f210e61ab339fbb75dd9873daf7cb8f12665 (diff) | |
download | glibc-2632a4ccb4886b3c67ff40fad0879bb76001e226.tar.gz glibc-2632a4ccb4886b3c67ff40fad0879bb76001e226.tar.xz glibc-2632a4ccb4886b3c67ff40fad0879bb76001e226.zip |
Whitespace cleanup.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index e07fbc3d2e..9e13a7994d 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -102,5 +102,5 @@ tests: $(objpfx)test-freopen.out endif $(objpfx)test-freopen.out: test-freopen.sh $(objpfx)test-freopen - $(SHELL) -e $< $(common-objpfx) '$(run-program-prefix)' \ + $(SHELL) -e $< $(common-objpfx) '$(run-program-prefix)' \ $(common-objpfx)libio/ |