space in comment

This commit is contained in:
Yeo Kheng Meng
2016-10-26 00:04:01 +08:00
parent 860221c029
commit 75aac88f14

View File

@@ -335,7 +335,7 @@ public class SerialPort {
settings.c_oflag &= ~tcflag_t(OPOST) 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. //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 //To avoid hardcoding the VMIN or VTIME value to access the tuple value, we use the typealias instead
#if os(Linux) #if os(Linux)