1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +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

@@ -14,7 +14,7 @@ main (int argc, char *argv[])
void *p;
int result = 0;
Dl_info info;
dladdr(main, &info);
if (info.dli_fname == NULL)
{
@@ -28,7 +28,7 @@ main (int argc, char *argv[])
}
else
printf ("%s: dladdr returned correct dli_fname\n", __FILE__);
/* Find function `main'. */
p = dlsym (RTLD_DEFAULT, "main");
if (p == NULL)