svn commit: r338196 - stable/11/lib/libc/stdlib

Konstantin Belousov kib at FreeBSD.org
Wed Aug 22 13:43:24 UTC 2018


Author: kib
Date: Wed Aug 22 13:43:23 2018
New Revision: 338196
URL: https://svnweb.freebsd.org/changeset/base/338196

Log:
  MFC r338048:
  Use tab for indent.

Modified:
  stable/11/lib/libc/stdlib/Makefile.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/stdlib/Makefile.inc
==============================================================================
--- stable/11/lib/libc/stdlib/Makefile.inc	Wed Aug 22 13:30:48 2018	(r338195)
+++ stable/11/lib/libc/stdlib/Makefile.inc	Wed Aug 22 13:43:23 2018	(r338196)
@@ -16,7 +16,7 @@ MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.
 	random.c reallocarray.c reallocf.c realpath.c remque.c \
 	set_constraint_handler_s.c strfmon.c strtoimax.c \
 	strtol.c strtold.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \
-        strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
+	strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
 
 # Work around an issue on case-insensitive file systems.
 # libc has both _Exit.c and _exit.s and they both yield


More information about the svn-src-stable-11 mailing list