From d3fb322d00c2a27127677165a2b08fd663069605 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sat, 26 Oct 2019 01:04:31 -0600 Subject: [PATCH] Fix spacing --- src/TERMIOS.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TERMIOS.jl b/src/TERMIOS.jl index 41bd1d2..f813097 100644 --- a/src/TERMIOS.jl +++ b/src/TERMIOS.jl @@ -32,6 +32,7 @@ const VSTATUS = Sys.islinux() ? nothing : 18 #= Status character ICANON togethe const NCCS = Sys.islinux() ? 32 : 20 const VSWTC = Sys.islinux() ? 7 : nothing + # # Input flags - software input processing #