Module Name:    src
Committed By:   riastradh
Date:           Thu Apr  3 14:55:53 UTC 2014

Modified Files:
        src/sys/external/bsd/drm2/dist/include/drm: drm_mm.h

Log Message:
Nix accidental whitespace to reduce diff from Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h:1.2 src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h:1.3
--- src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h:1.2	Tue Mar 18 18:20:42 2014
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_mm.h	Thu Apr  3 14:55:53 2014
@@ -90,7 +90,6 @@ static inline bool drm_mm_initialized(st
 {
 	return mm->hole_stack.next;
 }
-
 #define drm_mm_for_each_node(entry, mm) list_for_each_entry(entry, \
 						&(mm)->head_node.node_list, \
 						node_list)

Reply via email to