mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-30 16:26:17 +08:00
style: add missing new line at end of file (#734)
This commit is contained in:
parent
5977555f3b
commit
1a3c2a788b
@ -77,4 +77,4 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -139,4 +139,4 @@ int main()
|
|||||||
mouse_driver.Wheel_Event_Up();
|
mouse_driver.Wheel_Event_Up();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -31,4 +31,4 @@ SOFTWARE.
|
|||||||
|
|
||||||
#include "atomic_gcc_sync.h"
|
#include "atomic_gcc_sync.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -320,4 +320,4 @@ namespace etl
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -75,4 +75,4 @@ public:
|
|||||||
private:
|
private:
|
||||||
|
|
||||||
char* pbuffer;
|
char* pbuffer;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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_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../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../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
|
||||||
|
|||||||
@ -526,4 +526,4 @@ namespace etl
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
python .\generator_test.py
|
python .\generator_test.py
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
python .\update_release.py
|
python .\update_release.py
|
||||||
|
|||||||
@ -387,4 +387,3 @@ add_test(etl_unit_tests etl_tests)
|
|||||||
# as they appear from UnitTest++
|
# as they appear from UnitTest++
|
||||||
add_custom_target(test_verbose COMMAND ${CMAKE_CTEST_COMMAND} --verbose)
|
add_custom_target(test_verbose COMMAND ${CMAKE_CTEST_COMMAND} --verbose)
|
||||||
|
|
||||||
|
|
||||||
@ -23,4 +23,4 @@ namespace UnitTest {
|
|||||||
{
|
{
|
||||||
return m_continue++ == 0;
|
return m_continue++ == 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
#include "UnitTestPP.h"
|
#include "UnitTestPP.h"
|
||||||
|
|||||||
@ -30,4 +30,4 @@ SOFTWARE.
|
|||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
return UnitTest::RunAllTests();
|
return UnitTest::RunAllTests();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -334,4 +334,4 @@ namespace
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -334,4 +334,4 @@ namespace
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -151,4 +151,4 @@ namespace
|
|||||||
CHECK_EQUAL(expected, actual.get_enum());
|
CHECK_EQUAL(expected, actual.get_enum());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -641,4 +641,4 @@ namespace
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -221,4 +221,4 @@ namespace
|
|||||||
CHECK_EQUAL(expected, value);
|
CHECK_EQUAL(expected, value);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -31,4 +31,4 @@ SOFTWARE.
|
|||||||
|
|
||||||
#include "UnitTest++/UnitTest++.h"
|
#include "UnitTest++/UnitTest++.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user