Skip to content

Commit 4de9afe

Browse files
committed
all: Fix trailing whitespace and missing line endings
1 parent 3beede7 commit 4de9afe

File tree

26 files changed

+82
-95
lines changed

26 files changed

+82
-95
lines changed

.clang-format

-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,3 @@ Standard: Auto
8989
TabWidth: 4
9090
UseTab: Never
9191
...
92-

plugins/noisy_sensor/src/noisy_lane_sensor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ DEFINE_COMPONENT_FACTORY_MAKE(NoisyLaneSensorFactory, NoisyLaneBoundarySensor, L
295295
} // namespace component
296296
} // namespace cloe
297297

298-
EXPORT_CLOE_PLUGIN(cloe::component::NoisyLaneSensorFactory)
298+
EXPORT_CLOE_PLUGIN(cloe::component::NoisyLaneSensorFactory)

plugins/noisy_sensor/src/noisy_object_sensor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ DEFINE_COMPONENT_FACTORY_MAKE(NoisyObjectSensorFactory, NoisyObjectSensor, Objec
268268
} // namespace component
269269
} // namespace cloe
270270

271-
EXPORT_CLOE_PLUGIN(cloe::component::NoisyObjectSensorFactory)
271+
EXPORT_CLOE_PLUGIN(cloe::component::NoisyObjectSensorFactory)
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
<!--
1+
<!--
22
Project materials definition file.
33
Add/manipulate/override materials (i.e. textures) and set textures assignments.
4-
4+
55
Material file order of effect:
66
1. Materials.xml (located at "IGLinks/Distro/Config/ImageGenerator")
77
2. Default material databases (located at "IGLinks/Vig/data")
88
3. SetupMaterials.xml (Optional; located at "IGLinks/Setup/Config/ImageGenerator",
99
can override all before coming material settings)
10-
4. ProjectMaterials.xml (Optional; located at "IGLinks/Project/Config/ImageGenerator",
10+
4. ProjectMaterials.xml (Optional; located at "IGLinks/Project/Config/ImageGenerator",
1111
can override all before coming material settings)
1212
-->
1313
<MaterialDefinition>
1414

1515
<Materials>
1616
</Materials>
1717

18-
<MaterialAssignments>
19-
</MaterialAssignments>
20-
18+
<MaterialAssignments>
19+
</MaterialAssignments>
20+
2121
</MaterialDefinition>

plugins/vtd/contrib/projects/cloe_tests/Config/ImageGenerator/ProjectSymbols.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!--
1+
<!--
22
Project symbols definition file.
33
Add/manipulate/override symbols (i.e. textures) and font definitions
4-
4+
55
Material file order of effect:
66
1. SymbolsStd.xml (located at "IGLinks/Distro/Config/ImageGenerator")
77
2. SetupSymbols.xml (Optional; located at "IGLinks/Setup/Config/ImageGenerator",
88
can override all before coming symbol settings)
9-
3. ProjectSymbols.xml (Optional; located at "IGLinks/Project/Config/ImageGenerator",
9+
3. ProjectSymbols.xml (Optional; located at "IGLinks/Project/Config/ImageGenerator",
1010
can override all before coming symbol settings)
1111
-->
1212
<SymbolDefinition>

plugins/vtd/contrib/setups/Cloe.Default/Config/ImageGenerator/AutoCfgDisplay.xml

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
</Graphics>
99
</SystemConfig>
1010
</IGconfig>
11-
12-

plugins/vtd/contrib/setups/Cloe.Default/Config/ImageGenerator/IGbase.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,39 @@
66

77
<SystemConfig>
88
</SystemConfig>
9-
9+
1010
<Plugins>
1111
</Plugins>
1212

13-
<Components>
13+
<Components>
1414
<RDBInterface name="MyRDBInterface" printDebugInfo="0" ignoreShmFlags="0" />
1515

1616
<!--Mirror name="MyMirror" screenPosX="100" screenPosY="50" sizeX="200" sizeY="150" left="35" right="-20" bottom="7" top="7" near="2" far="150" positionOffset="-0.4 0.5 1.0" orientationOffset="200 0 0" /-->
1717
<Sunblend name="MySunblend" sky="MySky" camera="MyCamera" textureFile="TxSunBlend.inta" color="1.0 1.0 0.85 1.0" apertureAngle="45"/>
18-
18+
1919
<!-- <Windshield quadCount="1500" name="MyWindShield" maxAge="10.0" dropsPerSecond="10" dropSize="0.012 0.012" screenAspectRatio="0.75" > -->
2020
<!-- <Wiper enabled="1" height="0.75" width="0.0375" wiperPivot="0.6 -0.05" speed="150" /> -->
2121
<!-- </Windshield> -->
2222

23-
<TAKATA name="TAKATA"
23+
<TAKATA name="TAKATA"
2424
timeScale="1.0"
2525
constantDeltaTime="0.016666"
26-
useConstantDeltaTime="1"
27-
ownshipSteeringDebug="0"
28-
movingModelSteeringDebug="0"
29-
movingModelManagementDebug="0"
30-
environmentDebug="0"
31-
carsInitDebug="0"
32-
ignoreEnvMsg="0"
26+
useConstantDeltaTime="1"
27+
ownshipSteeringDebug="0"
28+
movingModelSteeringDebug="0"
29+
movingModelManagementDebug="0"
30+
environmentDebug="0"
31+
carsInitDebug="0"
32+
ignoreEnvMsg="0"
3333
commandDebug="1"
3434
contactPointQueryDebug="0"
3535
headlightsAlwaysOn="0"
3636
lightDebug="0"
3737
pkgVecDebug="0"
3838
printSimTime="0"
3939
printFrameNo="0"
40-
rainEffectScale="800"
41-
enableRealTimeShadows="1"
40+
rainEffectScale="800"
41+
enableRealTimeShadows="1"
4242
ignoreSetProjectionMessages="0"
4343
hudTextPos= "0.70 0.08" hudCharHeight= "30.0" hudTextShadowOffset= "0.002 -0.002" enableCross="0"
4444
taskControlServerAddress="127.0.0.1"
@@ -55,7 +55,7 @@
5555
<MovingModelDefinitions>
5656
<MovingModel type="12345" template="DummyPersonMo" ShadowDBEntityID="" component="Car" userData="0.4" />
5757
</MovingModelDefinitions>
58-
58+
5959
</TAKATA>
6060

6161
</Components>

plugins/vtd/contrib/setups/Cloe.Default/Config/SimServer/simServer.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<Host>
7878

79-
<Process
79+
<Process
8080
name="VtGui"
8181
auto="true"
8282
persistent="true"
@@ -165,7 +165,7 @@
165165
schedPolicy="SCHED_RR"
166166
schedPriority="20"
167167
workDir="$VI_CURRENT_SETUP/Bin">
168-
<EnvVar name="LD_LIBRARY_PATH" val="$VI_CORE_DIR/ImageGenerator/bin:$LD_LIBRARY_PATH" />
168+
<EnvVar name="LD_LIBRARY_PATH" val="$VI_CORE_DIR/ImageGenerator/bin:$LD_LIBRARY_PATH" />
169169
</Process>
170170

171171
<Process

plugins/vtd/contrib/setups/Cloe.VirtualGL/Config/ImageGenerator/AutoCfgDisplay.xml

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
</Graphics>
99
</SystemConfig>
1010
</IGconfig>
11-
12-

plugins/vtd/contrib/setups/Cloe.VirtualGL/Config/ImageGenerator/IGbase.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,39 @@
66

77
<SystemConfig>
88
</SystemConfig>
9-
9+
1010
<Plugins>
1111
</Plugins>
1212

13-
<Components>
13+
<Components>
1414
<RDBInterface name="MyRDBInterface" printDebugInfo="0" ignoreShmFlags="0" />
1515

1616
<!--Mirror name="MyMirror" screenPosX="100" screenPosY="50" sizeX="200" sizeY="150" left="35" right="-20" bottom="7" top="7" near="2" far="150" positionOffset="-0.4 0.5 1.0" orientationOffset="200 0 0" /-->
1717
<Sunblend name="MySunblend" sky="MySky" camera="MyCamera" textureFile="TxSunBlend.inta" color="1.0 1.0 0.85 1.0" apertureAngle="45"/>
18-
18+
1919
<!-- <Windshield quadCount="1500" name="MyWindShield" maxAge="10.0" dropsPerSecond="10" dropSize="0.012 0.012" screenAspectRatio="0.75" > -->
2020
<!-- <Wiper enabled="1" height="0.75" width="0.0375" wiperPivot="0.6 -0.05" speed="150" /> -->
2121
<!-- </Windshield> -->
2222

23-
<TAKATA name="TAKATA"
23+
<TAKATA name="TAKATA"
2424
timeScale="1.0"
2525
constantDeltaTime="0.016666"
26-
useConstantDeltaTime="1"
27-
ownshipSteeringDebug="0"
28-
movingModelSteeringDebug="0"
29-
movingModelManagementDebug="0"
30-
environmentDebug="0"
31-
carsInitDebug="0"
32-
ignoreEnvMsg="0"
26+
useConstantDeltaTime="1"
27+
ownshipSteeringDebug="0"
28+
movingModelSteeringDebug="0"
29+
movingModelManagementDebug="0"
30+
environmentDebug="0"
31+
carsInitDebug="0"
32+
ignoreEnvMsg="0"
3333
commandDebug="1"
3434
contactPointQueryDebug="0"
3535
headlightsAlwaysOn="0"
3636
lightDebug="0"
3737
pkgVecDebug="0"
3838
printSimTime="0"
3939
printFrameNo="0"
40-
rainEffectScale="800"
41-
enableRealTimeShadows="1"
40+
rainEffectScale="800"
41+
enableRealTimeShadows="1"
4242
ignoreSetProjectionMessages="0"
4343
hudTextPos= "0.70 0.08" hudCharHeight= "30.0" hudTextShadowOffset= "0.002 -0.002" enableCross="0"
4444
taskControlServerAddress="127.0.0.1"
@@ -55,7 +55,7 @@
5555
<MovingModelDefinitions>
5656
<MovingModel type="12345" template="DummyPersonMo" ShadowDBEntityID="" component="Car" userData="0.4" />
5757
</MovingModelDefinitions>
58-
58+
5959
</TAKATA>
6060

6161
</Components>

plugins/vtd/contrib/setups/Cloe.noGUI/Config/ImageGenerator/AutoCfgDisplay.xml

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
</Graphics>
99
</SystemConfig>
1010
</IGconfig>
11-
12-

plugins/vtd/contrib/setups/Cloe.noGUI/Config/ImageGenerator/IGbase.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,39 @@
66

77
<SystemConfig>
88
</SystemConfig>
9-
9+
1010
<Plugins>
1111
</Plugins>
1212

13-
<Components>
13+
<Components>
1414
<RDBInterface name="MyRDBInterface" printDebugInfo="0" ignoreShmFlags="0" />
1515

1616
<!--Mirror name="MyMirror" screenPosX="100" screenPosY="50" sizeX="200" sizeY="150" left="35" right="-20" bottom="7" top="7" near="2" far="150" positionOffset="-0.4 0.5 1.0" orientationOffset="200 0 0" /-->
1717
<Sunblend name="MySunblend" sky="MySky" camera="MyCamera" textureFile="TxSunBlend.inta" color="1.0 1.0 0.85 1.0" apertureAngle="45"/>
18-
18+
1919
<!-- <Windshield quadCount="1500" name="MyWindShield" maxAge="10.0" dropsPerSecond="10" dropSize="0.012 0.012" screenAspectRatio="0.75" > -->
2020
<!-- <Wiper enabled="1" height="0.75" width="0.0375" wiperPivot="0.6 -0.05" speed="150" /> -->
2121
<!-- </Windshield> -->
2222

23-
<TAKATA name="TAKATA"
23+
<TAKATA name="TAKATA"
2424
timeScale="1.0"
2525
constantDeltaTime="0.016666"
26-
useConstantDeltaTime="1"
27-
ownshipSteeringDebug="0"
28-
movingModelSteeringDebug="0"
29-
movingModelManagementDebug="0"
30-
environmentDebug="0"
31-
carsInitDebug="0"
32-
ignoreEnvMsg="0"
26+
useConstantDeltaTime="1"
27+
ownshipSteeringDebug="0"
28+
movingModelSteeringDebug="0"
29+
movingModelManagementDebug="0"
30+
environmentDebug="0"
31+
carsInitDebug="0"
32+
ignoreEnvMsg="0"
3333
commandDebug="1"
3434
contactPointQueryDebug="0"
3535
headlightsAlwaysOn="0"
3636
lightDebug="0"
3737
pkgVecDebug="0"
3838
printSimTime="0"
3939
printFrameNo="0"
40-
rainEffectScale="800"
41-
enableRealTimeShadows="1"
40+
rainEffectScale="800"
41+
enableRealTimeShadows="1"
4242
ignoreSetProjectionMessages="0"
4343
hudTextPos= "0.70 0.08" hudCharHeight= "30.0" hudTextShadowOffset= "0.002 -0.002" enableCross="0"
4444
taskControlServerAddress="127.0.0.1"
@@ -55,7 +55,7 @@
5555
<MovingModelDefinitions>
5656
<MovingModel type="12345" template="DummyPersonMo" ShadowDBEntityID="" component="Car" userData="0.4" />
5757
</MovingModelDefinitions>
58-
58+
5959
</TAKATA>
6060

6161
</Components>

plugins/vtd/contrib/setups/Cloe.noGUI/Config/SimServer/simServer.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
schedPolicy="SCHED_RR"
152152
schedPriority="20"
153153
workDir="$VI_CURRENT_SETUP/Bin">
154-
<EnvVar name="LD_LIBRARY_PATH" val="$VI_CORE_DIR/ImageGenerator/bin:$LD_LIBRARY_PATH" />
154+
<EnvVar name="LD_LIBRARY_PATH" val="$VI_CORE_DIR/ImageGenerator/bin:$LD_LIBRARY_PATH" />
155155
</Process>
156156

157157
<Process

plugins/vtd/contrib/setups/Cloe.noIG/Config/ImageGenerator/AutoCfgDisplay.xml

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
</Graphics>
99
</SystemConfig>
1010
</IGconfig>
11-
12-

plugins/vtd/contrib/setups/Cloe.noIG/Config/ImageGenerator/IGbase.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,39 @@
66

77
<SystemConfig>
88
</SystemConfig>
9-
9+
1010
<Plugins>
1111
</Plugins>
1212

13-
<Components>
13+
<Components>
1414
<RDBInterface name="MyRDBInterface" printDebugInfo="0" ignoreShmFlags="0" />
1515

1616
<!--Mirror name="MyMirror" screenPosX="100" screenPosY="50" sizeX="200" sizeY="150" left="35" right="-20" bottom="7" top="7" near="2" far="150" positionOffset="-0.4 0.5 1.0" orientationOffset="200 0 0" /-->
1717
<Sunblend name="MySunblend" sky="MySky" camera="MyCamera" textureFile="TxSunBlend.inta" color="1.0 1.0 0.85 1.0" apertureAngle="45"/>
18-
18+
1919
<!-- <Windshield quadCount="1500" name="MyWindShield" maxAge="10.0" dropsPerSecond="10" dropSize="0.012 0.012" screenAspectRatio="0.75" > -->
2020
<!-- <Wiper enabled="1" height="0.75" width="0.0375" wiperPivot="0.6 -0.05" speed="150" /> -->
2121
<!-- </Windshield> -->
2222

23-
<TAKATA name="TAKATA"
23+
<TAKATA name="TAKATA"
2424
timeScale="1.0"
2525
constantDeltaTime="0.016666"
26-
useConstantDeltaTime="1"
27-
ownshipSteeringDebug="0"
28-
movingModelSteeringDebug="0"
29-
movingModelManagementDebug="0"
30-
environmentDebug="0"
31-
carsInitDebug="0"
32-
ignoreEnvMsg="0"
26+
useConstantDeltaTime="1"
27+
ownshipSteeringDebug="0"
28+
movingModelSteeringDebug="0"
29+
movingModelManagementDebug="0"
30+
environmentDebug="0"
31+
carsInitDebug="0"
32+
ignoreEnvMsg="0"
3333
commandDebug="1"
3434
contactPointQueryDebug="0"
3535
headlightsAlwaysOn="0"
3636
lightDebug="0"
3737
pkgVecDebug="0"
3838
printSimTime="0"
3939
printFrameNo="0"
40-
rainEffectScale="800"
41-
enableRealTimeShadows="1"
40+
rainEffectScale="800"
41+
enableRealTimeShadows="1"
4242
ignoreSetProjectionMessages="0"
4343
hudTextPos= "0.70 0.08" hudCharHeight= "30.0" hudTextShadowOffset= "0.002 -0.002" enableCross="0"
4444
taskControlServerAddress="127.0.0.1"
@@ -55,7 +55,7 @@
5555
<MovingModelDefinitions>
5656
<MovingModel type="12345" template="DummyPersonMo" ShadowDBEntityID="" component="Car" userData="0.4" />
5757
</MovingModelDefinitions>
58-
58+
5959
</TAKATA>
6060

6161
</Components>

plugins/vtd/contrib/setups/Cloe.noIG/Config/SimServer/simServer.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<Host>
7878

79-
<Process
79+
<Process
8080
name="VtGui"
8181
auto="true"
8282
persistent="true"

plugins/vtd/src/osi_transceiver.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class OsiTransceiver {
5252
virtual ~OsiTransceiver() = default;
5353

5454
/**
55-
* Return true when the transceiver has a SensorData message that
55+
* Return true when the transceiver has a SensorData message that
5656
* can be received.
5757
*
5858
* That is, if true, then a call to receive() will return a vector

runtime/include/cloe/trigger/nil_event.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
15+
*
1616
* SPDX-License-Identifier: Apache-2.0
1717
*/
1818
/**

tests/option_timestep_5.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
"model_step_width": 5000000
55
}
66
}
7-

tests/option_watchdog_1s.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
}
88
}
99
}
10-

0 commit comments

Comments
 (0)