]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
consistant white space w/ BIND 8
authorMark Andrews <marka@isc.org>
Fri, 28 Jun 2002 05:59:22 +0000 (05:59 +0000)
committerMark Andrews <marka@isc.org>
Fri, 28 Jun 2002 05:59:22 +0000 (05:59 +0000)
lib/bind/irs/gai_strerror.c

index 5ab8eac22c231630b9914307138100f3a4ea11bf..c487e685515918ff1d33cd1b08decc06d5c8717d 100644 (file)
@@ -51,7 +51,7 @@ const char *
 gai_strerror(int ecode) {
 #ifndef DO_PTHREADS
        static char buf[EAI_BUFSIZE];
-#else /* DO_PTHREADS */
+#else  /* DO_PTHREADS */
        static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
        static pthread_key_t key;
        static int once = 0;