Skip to content

Commit f256557

Browse files
committed
formatting
1 parent 8dae096 commit f256557

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dds.net-connector-cpp.app/test-app.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ int main()
7676
connector.registerSingleProvider("Test-Single", test_single_producer, LOWEST);
7777
connector.registerDoubleProvider("Test-Double", test_double_producer, LOWEST);
7878
connector.registerRawBytesProvider("Test-Bytes", test_bytes_producer, LOWEST);
79+
7980
connector.registerStringConsumer("Test-String", test_string_consumer, ON_CHANGE);
8081
connector.registerBooleanConsumer("Test-Boolean", test_boolean_consumer, ON_CHANGE);
8182
connector.registerByteConsumer("Test-Byte", test_byte_consumer, ON_CHANGE);
@@ -115,6 +116,7 @@ void wait_for_exit_key()
115116

116117

117118

119+
118120
static double x, y;
119121

120122
void circle_values_consumer(const string& variableName, double variableValue)

0 commit comments

Comments
 (0)