summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-04-13 21:32:41 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-04-13 21:35:28 +0100
commitc0443cc05cce77126de90156d8ac93f1a96be2a4 (patch)
treefd88f125a6c8c75f1e47217d28779a37a50f8af5 /vms
parentd10cf0938472601da49ec5e1c20ab52c01d70938 (diff)
downloadperl-c0443cc05cce77126de90156d8ac93f1a96be2a4.tar.gz
Remove spurious double spaces before open braces in core C code
Diffstat (limited to 'vms')
-rw-r--r--vms/vms.c2
1 files changed, 1 insertions, 1 deletions
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);
}