User Guide(C).txt: Remove trailing whitespaces.

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
This commit is contained in:
Elvis Dowson
2015-01-01 20:36:18 +04:00
parent 520adb2d7d
commit 0b7ad8809d

View File

@@ -1,14 +1,14 @@
X-Plane Connect-C (XPC-C) Readme X-Plane Connect-C (XPC-C) Readme
DESCRIPTION DESCRIPTION
XPC-C is a series of C functions that facilitate communication with X-Plane. XPC-C is a series of C functions that facilitate communication with X-Plane.
----------------------------------- -----------------------------------
SETUP SETUP
Before using XPC Functions you must Before using XPC Functions you must
1. Copy the file XPCPlugin.xpl to the "[X-Plane Directory]/Resources/plugins" directory. 1. Copy the file XPCPlugin.xpl to the "[X-Plane Directory]/Resources/plugins" directory.
2. Put in X-Plane CD 1 or X-Plane USB Key. 2. Put in X-Plane CD 1 or X-Plane USB Key.
3. Start X-Plane. 3. Start X-Plane.
4. #include "xplaneConnect.h" 4. #include "xplaneConnect.h"
----------------------------------- -----------------------------------