]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/lua/lparser.c
Clean up CSTYLEDs
[mirror_zfs.git] / module / lua / lparser.c
index e1dd88f2f6547c3680c8f0c769e21572df3fd683..f3a1f772486b52ffa27b4ae76102fe8084b72948 100644 (file)
@@ -1,4 +1,3 @@
-/* BEGIN CSTYLED */
 /*
 ** $Id: lparser.c,v 2.130.1.1 2013/04/12 18:48:47 roberto Exp $
 ** Lua Parser
@@ -1640,4 +1639,3 @@ Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
   lua_assert(dyd->actvar.n == 0 && dyd->gt.n == 0 && dyd->label.n == 0);
   return cl;  /* it's on the stack too */
 }
-/* END CSTYLED */