Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2017 09:25:11 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314954 - head/lib/libc/tests/sys
Message-ID:  <201703090925.v299PB4h063857@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Mar  9 09:25:11 2017
New Revision: 314954
URL: https://svnweb.freebsd.org/changeset/base/314954

Log:
  style(9): sort the #includes
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libc/tests/sys/mlock_helper.c

Modified: head/lib/libc/tests/sys/mlock_helper.c
==============================================================================
--- head/lib/libc/tests/sys/mlock_helper.c	Thu Mar  9 09:17:43 2017	(r314953)
+++ head/lib/libc/tests/sys/mlock_helper.c	Thu Mar  9 09:25:11 2017	(r314954)
@@ -36,8 +36,8 @@ __FBSDID("$FreeBSD$");
 
 #include <atf-c.h>
 #include <errno.h>
-#include <stdio.h>
 #include <limits.h>
+#include <stdio.h>
 
 #define	VM_MAX_WIRED "vm.max_wired"
 



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