summaryrefslogtreecommitdiffstats
path: root/src/cindent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cindent.c')
-rw-r--r--src/cindent.c6
1 files changed, 3 insertions, 3 deletions
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