From 0fd3577a0aa70ff8c044f862978cc7ca846f32d9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 26 Jun 2017 15:36:54 +0200 Subject: vm/vmimple: fix build and reformat --- vm/vmimpl/darwin.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vm/vmimpl/darwin.go') diff --git a/vm/vmimpl/darwin.go b/vm/vmimpl/darwin.go index 87efdd881..6c890da21 100644 --- a/vm/vmimpl/darwin.go +++ b/vm/vmimpl/darwin.go @@ -8,8 +8,8 @@ package vmimpl import "syscall" const ( - unix_CBAUD = 0 - unix_CRTSCTS = 0 - syscall_TCGETS = syscall.TIOCGETA - syscall_TCSETS = syscall.TIOCSETA + unix_CBAUD = 0 + unix_CRTSCTS = 0 + syscall_TCGETS = syscall.TIOCGETA + syscall_TCSETS = syscall.TIOCSETA ) -- cgit mrf-deployment