summaryrefslogtreecommitdiffhomepage
path: root/Stars45/TrackIR.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-01-30 17:41:24 +0100
committerAki <please@ignore.pl>2022-01-30 17:41:24 +0100
commit51657e10769faa2617d546a06c42e4c62a19bb50 (patch)
tree688ad8b61ac02e50974684b9b7d3f886fb469e5f /Stars45/TrackIR.cpp
parentdb987e23d5dd33a5db8764743facbb906ac22b0f (diff)
downloadstarshatter-51657e10769faa2617d546a06c42e4c62a19bb50.zip
starshatter-51657e10769faa2617d546a06c42e4c62a19bb50.tar.gz
starshatter-51657e10769faa2617d546a06c42e4c62a19bb50.tar.bz2
Removed trailing whitespace all over the place
Diffstat (limited to 'Stars45/TrackIR.cpp')
-rw-r--r--Stars45/TrackIR.cpp10
1 files changed, 5 insertions, 5 deletions
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.