Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 19:51:15 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261724 - head/sys/vm
Message-ID:  <201402101951.s1AJpFTM086899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Mon Feb 10 19:51:15 2014
New Revision: 261724
URL: http://svnweb.freebsd.org/changeset/base/261724

Log:
  Style.

Modified:
  head/sys/vm/uma.h

Modified: head/sys/vm/uma.h
==============================================================================
--- head/sys/vm/uma.h	Mon Feb 10 19:48:26 2014	(r261723)
+++ head/sys/vm/uma.h	Mon Feb 10 19:51:15 2014	(r261724)
@@ -33,8 +33,8 @@
  *
 */
 
-#ifndef VM_UMA_H
-#define VM_UMA_H
+#ifndef _VM_UMA_H_
+#define _VM_UMA_H_
 
 #include <sys/param.h>		/* For NULL */
 #include <sys/malloc.h>		/* For M_* */
@@ -683,4 +683,4 @@ struct uma_percpu_stat {
 	uint64_t	_ups_reserved[5];	/* Reserved. */
 };
 
-#endif
+#endif	/* _VM_UMA_H_ */



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