diff src/if_lua.c @ 29660:e134ff00be57 v9.0.0170

patch 9.0.0170: various minor code formatting issues Commit: https://github.com/vim/vim/commit/113d9dec9958debbae2b611c98aed2f6f23c8502 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 8 15:49:18 2022 +0100 patch 9.0.0170: various minor code formatting issues Problem: Various minor code formatting issues. Solution: Improve code formatting.
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Aug 2022 17:00:05 +0200
parents d0241e74bfdb
children 89e1d67814a9
line wrap: on
line diff
--- a/src/if_lua.c
+++ b/src/if_lua.c
@@ -1501,7 +1501,8 @@ luaV_buffer_newindex(lua_State *L)
 	    curbuf = buf;
 	    luaL_error(L, "cannot replace line");
 	}
-	else changed_bytes(n, 0);
+	else
+	    changed_bytes(n, 0);
 	curbuf = buf;
 	if (b == curwin->w_buffer)
 	    check_cursor_col();