svn commit: r338048 - head/lib/libc/stdlib

Konstantin Belousov kib at FreeBSD.org
Sun Aug 19 14:22:46 UTC 2018


Author: kib
Date: Sun Aug 19 14:22:45 2018
New Revision: 338048
URL: https://svnweb.freebsd.org/changeset/base/338048

Log:
  Use tab for indent.
  
  Submitted by:	Yuri Pankov <yuripv at yuripv.net>
  MFC after:	3 days

Modified:
  head/lib/libc/stdlib/Makefile.inc

Modified: head/lib/libc/stdlib/Makefile.inc
==============================================================================
--- head/lib/libc/stdlib/Makefile.inc	Sun Aug 19 13:45:03 2018	(r338047)
+++ head/lib/libc/stdlib/Makefile.inc	Sun Aug 19 14:22:45 2018	(r338048)
@@ -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-head mailing list