Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Li authored and Samuel Li committed Dec 15, 2023
1 parent 7fcdc7b commit 1b71cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SPECK3D_INT_DEC.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SPECK3D_INT_DEC final : public SPECK3D_INT<T> {
void m_process_S(size_t idx1, size_t idx2, size_t& counter, bool read) final;
void m_process_P(size_t idx, size_t no_use, size_t& counter, bool read) final;
void m_process_P_lite(size_t idx) final;
void m_additional_initialization() final {}; // empty function
void m_additional_initialization() final{}; // empty function
};

}; // namespace sperr
Expand Down

0 comments on commit 1b71cbe

Please sign in to comment.