]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/lua/ltm.c
Clean up CSTYLEDs
[mirror_zfs.git] / module / lua / ltm.c
index 94f29f7d96d5548412ff27b9593c0472c8d4e104..f86d97069d4502fa1318171c48b0524d5eeaedf8 100644 (file)
@@ -1,4 +1,3 @@
-/* BEGIN CSTYLED */
 /*
 ** $Id: ltm.c,v 2.14.1.1 2013/04/12 18:48:47 roberto Exp $
 ** Tag methods
@@ -73,4 +72,3 @@ const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) {
   }
   return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject);
 }
-/* END CSTYLED */