linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / vs_base.h
index c49e62c..a176e6e 100644 (file)
@@ -10,7 +10,6 @@
 
 #define current_vx_info() (current->vx_info)
 
-
 #define vx_check(c,m)  __vx_check(vx_current_xid(),c,m)
 
 #define vx_weak_check(c,m)     ((m) ? vx_check(c,m) : 1)