mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +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
|
||||
|
||||
@ -139,4 +139,4 @@ int main()
|
||||
mouse_driver.Wheel_Event_Up();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -31,4 +31,4 @@ SOFTWARE.
|
||||
|
||||
#include "atomic_gcc_sync.h"
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@ -320,4 +320,4 @@ namespace etl
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@ -75,4 +75,4 @@ public:
|
||||
private:
|
||||
|
||||
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_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
|
||||
|
||||
@ -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++
|
||||
add_custom_target(test_verbose COMMAND ${CMAKE_CTEST_COMMAND} --verbose)
|
||||
|
||||
|
||||
@ -23,4 +23,4 @@ namespace UnitTest {
|
||||
{
|
||||
return m_continue++ == 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
#include "UnitTestPP.h"
|
||||
#include "UnitTestPP.h"
|
||||
|
||||
@ -30,4 +30,4 @@ SOFTWARE.
|
||||
int main()
|
||||
{
|
||||
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());
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@ -641,4 +641,4 @@ namespace
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@ -221,4 +221,4 @@ namespace
|
||||
CHECK_EQUAL(expected, value);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@ -31,4 +31,4 @@ SOFTWARE.
|
||||
|
||||
#include "UnitTest++/UnitTest++.h"
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user