Resolve macOS warnings and standardize style

This commit is contained in:
Paul Hollinsky
2018-09-24 19:04:20 -04:00
parent b634e6a443
commit 2099ba9d1e
40 changed files with 50 additions and 44 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ public:
static std::vector<neodevice_t> FindByProduct(int product) { return VCP::FindByProduct(product, L"serenum"); }
};
};
}
#endif
+1 -1
View File
@@ -65,6 +65,6 @@ private:
};
};
};
}
#endif
+1 -1
View File
@@ -28,6 +28,6 @@ private:
};
};
};
}
#endif
+1 -1
View File
@@ -11,6 +11,6 @@ public:
static std::vector<neodevice_t> FindByProduct(int product) { return VCP::FindByProduct(product, L"usbser"); }
};
};
}
#endif
+1 -1
View File
@@ -43,6 +43,6 @@ private:
void writeTask();
};
};
}
#endif
+1 -1
View File
@@ -48,6 +48,6 @@ private:
void closeDLL();
};
};
}
#endif