svn commit: r261724 - head/sys/vm

Gleb Smirnoff glebius at FreeBSD.org
Mon Feb 10 19:51:16 UTC 2014


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_ */


More information about the svn-src-all mailing list