Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib normalise some indentation. NFC.



details:   https://anonhg.NetBSD.org/src/rev/9a761b63125a
branches:  trunk
changeset: 828196:9a761b63125a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Dec 01 22:47:06 2017 +0000

description:
normalise some indentation.  NFC.

diffstat:

 lib/libc/stdlib/jemalloc.c |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (49 lines):

diff -r 6b97fe33c795 -r 9a761b63125a lib/libc/stdlib/jemalloc.c
--- a/lib/libc/stdlib/jemalloc.c        Fri Dec 01 22:22:40 2017 +0000
+++ b/lib/libc/stdlib/jemalloc.c        Fri Dec 01 22:47:06 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: jemalloc.c,v 1.43 2017/11/16 13:54:00 skrll Exp $      */
+/*     $NetBSD: jemalloc.c,v 1.44 2017/12/01 22:47:06 mrg Exp $        */
 
 /*-
  * Copyright (C) 2006,2007 Jason Evans <jasone%FreeBSD.org@localhost>.
@@ -118,7 +118,7 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libc/stdlib/malloc.c,v 1.147 2007/06/15 22:00:16 jasone Exp $"); */ 
-__RCSID("$NetBSD: jemalloc.c,v 1.43 2017/11/16 13:54:00 skrll Exp $");
+__RCSID("$NetBSD: jemalloc.c,v 1.44 2017/12/01 22:47:06 mrg Exp $");
 
 #ifdef __FreeBSD__
 #include "libc_private.h"
@@ -276,19 +276,19 @@
 #  define USE_BRK
 #endif
 #if defined(__mips__) || defined(__riscv__)
-# ifdef _LP64
-#  define SIZEOF_PTR_2POW      3
-#  define TINY_MIN_2POW                3
-# else
-#  define SIZEOF_PTR_2POW      2
-# endif
-# define QUANTUM_2POW_MIN      4
-# define USE_BRK
+#  ifdef _LP64
+#    define SIZEOF_PTR_2POW    3
+#    define TINY_MIN_2POW      3
+#  else
+#    define SIZEOF_PTR_2POW    2
+#  endif
+#  define QUANTUM_2POW_MIN     4
+#  define USE_BRK
 #endif
 #ifdef __hppa__                                                                                                                                         
-#  define QUANTUM_2POW_MIN     4                                                                                                                        
-#  define TINY_MIN_2POW        4
-#  define SIZEOF_PTR_2POW      2                                                                                                                        
+#  define QUANTUM_2POW_MIN     4                                                                                                                        
+#  define TINY_MIN_2POW                4
+#  define SIZEOF_PTR_2POW      2                                                                                                                        
 #  define USE_BRK                                                                                                                                       
 #endif           
 



Home | Main Index | Thread Index | Old Index