minor cosmetical cleanups
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 7 Mar 2004 19:38:40 +0000 (19:38 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 7 Mar 2004 19:38:40 +0000 (19:38 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1136 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/syscall_getflags-v13.hc
util-vserver/lib/syscall_setflags-v13.hc

index e3f99c6..fc7a73a 100644 (file)
@@ -22,7 +22,6 @@
 
 static inline ALWAYSINLINE int
 vc_get_flags_v13(xid_t xid, struct vc_ctx_flags *flags)
-
 {
   struct vcmd_ctx_flags_v0     k_flags;
   int                          res;
index c400c28..a445bc2 100644 (file)
@@ -22,7 +22,6 @@
 
 static inline ALWAYSINLINE int
 vc_set_flags_v13(xid_t xid, struct vc_ctx_flags const *flags)
-
 {
   struct vcmd_ctx_flags_v0     k_flags;