From c0443cc05cce77126de90156d8ac93f1a96be2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Mon, 13 Apr 2020 21:32:41 +0100 Subject: Remove spurious double spaces before open braces in core C code --- vms/vms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vms') diff --git a/vms/vms.c b/vms/vms.c index 805c916fa1..b31aa97c18 100644 --- a/vms/vms.c +++ b/vms/vms.c @@ -3311,7 +3311,7 @@ pipe_tochild1_ast(pPipe p) p->shut_on_empty = TRUE; b->eof = TRUE; _ckvmssts_noperl(sys$dassgn(p->chan_in)); - } else { + } else { _ckvmssts_noperl(iss); } -- cgit v1.2.1