Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2018 13:43:23 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r338196 - stable/11/lib/libc/stdlib
Message-ID:  <201808221343.w7MDhN3s081234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808221343.w7MDhN3s081234>