Skip to content

Ensure newline at the end of file #425

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

Merged
merged 1 commit into from
May 28, 2025
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
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ ColumnLimit: 120
UseTab: Never
QualifierAlignment: Left
PointerAlignment: Right
InsertNewlineAtEOF: true
KeepEmptyLines:
AtEndOfFile: false
2 changes: 1 addition & 1 deletion tasks/omp/example/include/ops_omp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ class TestTaskOpenMP : public ppc::core::Task {
int rc_size_{};
};

} // namespace nesterov_a_test_task_omp
} // namespace nesterov_a_test_task_omp
2 changes: 1 addition & 1 deletion tasks/seq/example/include/ops_seq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ class TestTaskSequential : public ppc::core::Task {
int rc_size_{};
};

} // namespace nesterov_a_test_task_seq
} // namespace nesterov_a_test_task_seq
Loading