From 7ada752a934f79d87fb9ef998455f26fd07f59a7 Mon Sep 17 00:00:00 2001 From: наб Date: Fri, 21 Jan 2022 17:07:15 +0100 Subject: Clean up CSTYLEDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 69 CSTYLED BEGINs remain, appx. 30 of which can be removed if cstyle(1) had a useful policy regarding CALL(ARG1, ARG2, ARG3); above 2 lines. As it stands, it spits out *both* sysctl_os.c: 385: continuation line should be indented by 4 spaces sysctl_os.c: 385: indent by spaces instead of tabs which is very cool Another >10 could be fixed by removing "ulong" &al. handling. I don't foresee anyone actually using it intentionally (does it even exist in modern headers? why did it in the first place?). Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia Ziemiańska Closes #12993 --- module/lua/lmem.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'module/lua/lmem.h') diff --git a/module/lua/lmem.h b/module/lua/lmem.h index 22c04c98c..249a76f32 100644 --- a/module/lua/lmem.h +++ b/module/lua/lmem.h @@ -1,4 +1,3 @@ -/* BEGIN CSTYLED */ /* ** $Id: lmem.h,v 1.40.1.1 2013/04/12 18:48:47 roberto Exp $ ** Interface to Memory Manager @@ -53,4 +52,3 @@ LUAI_FUNC void *luaM_growaux_ (lua_State *L, void *block, int *size, const char *what); #endif -/* END CSTYLED */ -- cgit v1.2.3