After
f6dd43d5f7 i386: Remove stalled __GNUC_PREREQ (6, 0) test in THREAD_SELF()
b0f0c41a5f x86_64: Remove stalled __GNUC_PREREQ (6, 0) test in THREAD_SELF()
removed the unnecessary __GNUC_PREREQ (6, 0) test, remove the extra space
before THREAD_SELF macro name.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
/* Return the thread descriptor for the current thread. */
-# define THREAD_SELF \
+# define THREAD_SELF \
(*(struct pthread *__seg_gs *) offsetof (struct pthread, header.self))
/* Magic for libthread_db to know how to do THREAD_SELF. */
/* Return the thread descriptor for the current thread. */
-# define THREAD_SELF \
+# define THREAD_SELF \
(*(struct pthread *__seg_fs *) offsetof (struct pthread, header.self))
/* Magic for libthread_db to know how to do THREAD_SELF. */