Remove trailing white-space

This commit is contained in:
Kyle Schwarz
2020-08-11 13:42:13 -04:00
parent 1d286be1e4
commit afda617894
27 changed files with 2655 additions and 2655 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ bool FTDI::FTDIContext::closeDevice() {
return true;
int ret = ftdi_usb_close(context);
if(ret != 0)
if(ret != 0)
return false;
deviceOpen = false;