Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arduino/Embedded_Template_Library.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
#endif
#endif

#endif
#endif
2 changes: 1 addition & 1 deletion examples/platformio/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ int main()
mouse_driver.Wheel_Event_Up();

return 0;
}
}
2 changes: 1 addition & 1 deletion include/etl/atomic/atomic_clang_sync.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ SOFTWARE.

#include "atomic_gcc_sync.h"

#endif
#endif
2 changes: 1 addition & 1 deletion include/etl/byte.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,4 @@ namespace etl

}

#endif
#endif
2 changes: 1 addition & 1 deletion include/etl/experimental/mem_cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ class uni_type_ptr
private:

char* pbuffer;
};
};
2 changes: 1 addition & 1 deletion include/etl/generators/generate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion include/etl/multi_range.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,4 +526,4 @@ namespace etl
};
}

#endif
#endif
2 changes: 1 addition & 1 deletion scripts/generator_test.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python .\generator_test.py
python .\generator_test.py
2 changes: 1 addition & 1 deletion scripts/update_release.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python .\update_release.py
python .\update_release.py
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)


2 changes: 1 addition & 1 deletion test/UnitTest++/RequiredCheckTestReporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ namespace UnitTest {
{
return m_continue++ == 0;
}
}
}
2 changes: 1 addition & 1 deletion test/UnitTest++/UnitTest++.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "UnitTestPP.h"
#include "UnitTestPP.h"
2 changes: 1 addition & 1 deletion test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ SOFTWARE.
int main()
{
return UnitTest::RunAllTests();
}
}
2 changes: 1 addition & 1 deletion test/test_delegate_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,4 @@ namespace
};
}

#endif
#endif
2 changes: 1 addition & 1 deletion test/test_delegate_service_cpp03.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,4 @@ namespace
};
}

#endif
#endif
2 changes: 1 addition & 1 deletion test/test_enum_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ namespace
CHECK_EQUAL(expected, actual.get_enum());
}
};
}
}
2 changes: 1 addition & 1 deletion test/test_unaligned_type_constexpr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -641,4 +641,4 @@ namespace
};
}

#endif
#endif
2 changes: 1 addition & 1 deletion test/test_user_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ namespace
CHECK_EQUAL(expected, value);
}
};
}
}
2 changes: 1 addition & 1 deletion test/unit_test_framework.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ SOFTWARE.

#include "UnitTest++/UnitTest++.h"

#endif
#endif
Loading