From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/TrackIR.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Stars45/TrackIR.cpp') diff --git a/Stars45/TrackIR.cpp b/Stars45/TrackIR.cpp index 5cc7e2d..11c4619 100644 --- a/Stars45/TrackIR.cpp +++ b/Stars45/TrackIR.cpp @@ -106,7 +106,7 @@ static const char* NPErrString(NPRESULT r) // +--------------------------------------------------------------------+ -TrackIR::TrackIR() : +TrackIR::TrackIR() : running(false), frame_signature(0), az(0), el(0), x(0), y(0), z(0) { @@ -149,17 +149,17 @@ az(0), el(0), x(0), y(0), z(0) } - // It is *required* that your application registers the Developer ID + // It is *required* that your application registers the Developer ID // assigned by NaturalPoint! - // Your assigned developer ID needs to be inserted below! + // Your assigned developer ID needs to be inserted below! #define NP_DEVELOPER_ID 6401 - // NOTE : The title of your project must show up + // NOTE : The title of your project must show up // in the list of supported titles shown in the Profiles // tab of the TrackIR software, if it does not then the // TrackIR software will *not* transmit data to your - // application. If your title is not present in the list, + // application. If your title is not present in the list, // you may need to have the TrackIR software perform a // game list update (to download support for new Developer IDs) // using the menu item under the "Help" or "Update" menu. -- cgit v1.1