1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Remove trailing whitespace.

This commit is contained in:
Joseph Myers
2013-06-05 20:44:03 +00:00
parent 5556231db2
commit 9c84384cc1
192 changed files with 1185 additions and 991 deletions

View File

@ -62,7 +62,7 @@ the `gethostby*' family of functions, which means that for example
traditional resolver interfaces however, continue to use a single
resolver state and are therefore still thread-unsafe. The resolver
state is the same resolver state that is used for the initial ("main")
thread.
thread.
This has the following consequences for existing binaries and source
code:

View File

@ -31,4 +31,4 @@
} else {}
#endif
#endif /* _RES_DEBUG_H_ */
#endif /* _RES_DEBUG_H_ */

View File

@ -106,6 +106,6 @@ main (void)
result++;
}
return result;
}