Skip to content

Commit

Permalink
Add newlines to end of files that are missing it
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Dec 6, 2024
1 parent 027c67f commit 52464b2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMake/FindPThreads.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ find_library(PThreads_LIBRARIES NAMES pthreads libpthreads )
include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(PThreads DEFAULT_MSG PThreads_INCLUDE_DIRS PThreads_LIBRARIES)

mark_as_advanced(PThreads_INCLUDE_DIRS PThreads_LIBRARIES)
mark_as_advanced(PThreads_INCLUDE_DIRS PThreads_LIBRARIES)
2 changes: 1 addition & 1 deletion CMake/FindSphinx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ function(Sphinx_add_target target_name builder conf source destination)
APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES ${destination}
)

endfunction()
endfunction()
2 changes: 1 addition & 1 deletion src/fmpz_mod_mat/det.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ void fmpz_mod_mat_det(fmpz_t res, const fmpz_mod_mat_t mat, const fmpz_mod_ctx_t
GR_MUST_SUCCEED(gr_mat_det_berkowitz(res, (const gr_mat_struct *) mat, gr_ctx));
}
}
}
}
2 changes: 1 addition & 1 deletion src/gr_mat/set_gr_mat_other.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ gr_mat_set_gr_mat_other(gr_mat_t res, const gr_mat_t mat, gr_ctx_t mat_ctx, gr_c
status |= gr_set_other(GR_MAT_ENTRY(res, i, j, sz), GR_MAT_ENTRY(mat, i, j, mat_sz), mat_ctx, ctx);

return status;
}
}
2 changes: 1 addition & 1 deletion src/mpn_extras/profile/p-mullow.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ main(void)
return 0;
}

#undef N_MAX
#undef N_MAX
2 changes: 1 addition & 1 deletion src/nfloat/test/t-nfixed_mat_mul.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ TEST_FUNCTION_START(nfixed_mat_mul, state)
}

TEST_FUNCTION_END(state);
}
}
2 changes: 1 addition & 1 deletion src/nfloat/test/t-nfixed_mat_mul_classical.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ TEST_FUNCTION_START(nfixed_mat_mul_classical, state)
}

TEST_FUNCTION_END(state);
}
}
2 changes: 1 addition & 1 deletion src/nfloat/test/t-nfixed_mat_mul_strassen.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ TEST_FUNCTION_START(nfixed_mat_mul_strassen, state)
}

TEST_FUNCTION_END(state);
}
}
2 changes: 1 addition & 1 deletion src/nfloat/test/t-nfixed_mat_mul_waksman.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ TEST_FUNCTION_START(nfixed_mat_mul_waksman, state)
}

TEST_FUNCTION_END(state);
}
}
2 changes: 1 addition & 1 deletion src/nfloat/test/t-nfloat_complex.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ TEST_FUNCTION_START(nfloat_complex, state)
}

TEST_FUNCTION_END(state);
}
}

0 comments on commit 52464b2

Please sign in to comment.