OSVR / OSVR-Core

The core libraries, applications, and plugins of the OSVR software platform.
Apache License 2.0
329 stars 124 forks source link

Fixed incorrect positional options setup #572

Closed janoc closed 7 years ago

janoc commented 7 years ago

Simple fix for the incorrect --config option parsing in the osvr_server.

Fixes: #571

rpavlik commented 7 years ago

OK, I fixed the whitespace (and while I was at it made the rest clang-formatted, including putting the disable comments around the boost program options setup stuff) Just going to build and test then merge. Thank you!

janoc commented 7 years ago

While at it, have a look at #331 too - it is a similar tiny patch and is sitting there since June 2015 ...

rpavlik commented 7 years ago

merged! Will see if I can do #331 tomorrow.