From c667da5185ce5dce914d2006d62da2be0cedb384 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 30 Nov 2019 20:52:27 +0100 Subject: patch 8.1.2368: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate. --- src/cindent.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cindent.c') diff --git a/src/cindent.c b/src/cindent.c index c37682c396..c7caed68f1 100644 --- a/src/cindent.c +++ b/src/cindent.c @@ -1628,9 +1628,9 @@ get_baseclass_amount(int col) * Ignore a '{' that is in a comment, makes indenting the next three lines * work. */ -/* foo() */ -/* { */ -/* } */ +// foo() +// { +// } static pos_T * find_start_brace(void) // XXX -- cgit v1.2.3