From 75aac88f14d37d3f95d2359dae2eac0ec32d97d5 Mon Sep 17 00:00:00 2001 From: Yeo Kheng Meng Date: Wed, 26 Oct 2016 00:04:01 +0800 Subject: [PATCH] space in comment --- Sources/SwiftSerial.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftSerial.swift b/Sources/SwiftSerial.swift index be9c9ba..e8a7bb2 100644 --- a/Sources/SwiftSerial.swift +++ b/Sources/SwiftSerial.swift @@ -335,7 +335,7 @@ public class SerialPort { settings.c_oflag &= ~tcflag_t(OPOST) } - // Special characters + //Special characters //We do this as c_cc is a C-fixed array which is imported as a tuple in Swift. //To avoid hardcoding the VMIN or VTIME value to access the tuple value, we use the typealias instead #if os(Linux)