Skip to content

Commit 55e32e3

Browse files
committed
clang format
1 parent 2ec493a commit 55e32e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model/Block.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
* to the global system.
2525
*/
2626
struct TripletsContributions {
27-
TripletsContributions(){};
27+
TripletsContributions() {};
2828
/**
2929
* @brief Set the number of triplets that the element contributes
3030
* to the global system.
3131
* @param F Contributions to F matrix
3232
* @param E Contributions to E matrix
3333
* @param D Contributions to dC/dy matrix
3434
*/
35-
TripletsContributions(int F, int E, int D) : F(F), E(E), D(D){};
35+
TripletsContributions(int F, int E, int D) : F(F), E(E), D(D) {};
3636
/**
3737
* @brief Set the number of triplets that the element contributes
3838
* to the global system.

0 commit comments

Comments
 (0)