style: add missing new line at end of file (#734)

This commit is contained in:
Manuel Knörle 2023-07-18 09:12:53 +02:00 committed by GitHub
parent 5977555f3b
commit 1a3c2a788b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 18 additions and 19 deletions

View File

@ -77,4 +77,4 @@
#endif
#endif
#endif
#endif

View File

@ -139,4 +139,4 @@ int main()
mouse_driver.Wheel_Event_Up();
return 0;
}
}

View File

@ -31,4 +31,4 @@ SOFTWARE.
#include "atomic_gcc_sync.h"
#endif
#endif

View File

@ -320,4 +320,4 @@ namespace etl
}
#endif
#endif

View File

@ -75,4 +75,4 @@ public:
private:
char* pbuffer;
};
};

View File

@ -6,4 +6,4 @@ python -m cogapp -d -e -o../type_traits.h -DIsOneOf=16 type_traits_generator.h
python -m cogapp -d -e -o../type_lookup.h -DNTypes=16 type_lookup_generator.h
python -m cogapp -d -e -o../type_select.h -DNTypes=16 type_select_generator.h
python -m cogapp -d -e -o../message_packet.h -DHandlers=16 message_packet_generator.h
python -m cogapp -d -e -o../variant_pool.h -DNTypes=16 variant_pool_generator.h
python -m cogapp -d -e -o../variant_pool.h -DNTypes=16 variant_pool_generator.h

View File

@ -526,4 +526,4 @@ namespace etl
};
}
#endif
#endif

View File

@ -1 +1 @@
python .\generator_test.py
python .\generator_test.py

View File

@ -1 +1 @@
python .\update_release.py
python .\update_release.py

View File

@ -387,4 +387,3 @@ add_test(etl_unit_tests etl_tests)
# as they appear from UnitTest++
add_custom_target(test_verbose COMMAND ${CMAKE_CTEST_COMMAND} --verbose)

View File

@ -23,4 +23,4 @@ namespace UnitTest {
{
return m_continue++ == 0;
}
}
}

View File

@ -1 +1 @@
#include "UnitTestPP.h"
#include "UnitTestPP.h"

View File

@ -30,4 +30,4 @@ SOFTWARE.
int main()
{
return UnitTest::RunAllTests();
}
}

View File

@ -334,4 +334,4 @@ namespace
};
}
#endif
#endif

View File

@ -334,4 +334,4 @@ namespace
};
}
#endif
#endif

View File

@ -151,4 +151,4 @@ namespace
CHECK_EQUAL(expected, actual.get_enum());
}
};
}
}

View File

@ -641,4 +641,4 @@ namespace
};
}
#endif
#endif

View File

@ -221,4 +221,4 @@ namespace
CHECK_EQUAL(expected, value);
}
};
}
}

View File

@ -31,4 +31,4 @@ SOFTWARE.
#include "UnitTest++/UnitTest++.h"
#endif
#endif