comparison src/ops.c @ 31201:b1c66bff0a66 v9.0.0934

patch 9.0.0934: various code formatting issues Commit: https://github.com/vim/vim/commit/24fe33a83a5130a5369f06d88000a3a0590a59ec Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 24 00:09:02 2022 +0000 patch 9.0.0934: various code formatting issues Problem: Various code formatting issues. Solution: Improve code formatting.
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Nov 2022 01:15:04 +0100
parents 3396d7f4b580
children 3365a601e73b
comparison
equal deleted inserted replaced
31200:a7801222c9c5 31201:b1c66bff0a66
3420 } 3420 }
3421 #endif 3421 #endif
3422 3422
3423 #if defined(FEAT_EVAL) || defined(PROTO) 3423 #if defined(FEAT_EVAL) || defined(PROTO)
3424 /* 3424 /*
3425 * Mark the global 'operatorfunc' callback with 'copyID' so that it is not 3425 * Mark the global 'operatorfunc' callback with "copyID" so that it is not
3426 * garbage collected. 3426 * garbage collected.
3427 */ 3427 */
3428 int 3428 int
3429 set_ref_in_opfunc(int copyID UNUSED) 3429 set_ref_in_opfunc(int copyID UNUSED)
3430 { 3430 {