Skip to content

Commit

Permalink
Fixed some formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai committed Jun 8, 2021
1 parent 2c198e0 commit 8537dcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AlignTrailingComments: false
AllowAllArgumentsOnNextLine: true
AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true
Expand Down
8 changes: 4 additions & 4 deletions native/src/seal/util/ztools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ namespace seal
unordered_map<void *, Pointer<seal_byte>> ptr_storage_;
};
} // namespace
} // namespace ztools
} // namespace util
} // namespace ztools
} // namespace util
} // namespace seal

#endif
Expand Down Expand Up @@ -424,7 +424,7 @@ namespace seal
out_stream.exceptions(old_except_mask);
}
} // namespace ztools
} // namespace util
} // namespace util
} // namespace seal

#endif
Expand Down Expand Up @@ -785,7 +785,7 @@ namespace seal
out_stream.exceptions(old_except_mask);
}
} // namespace ztools
} // namespace util
} // namespace util
} // namespace seal

#endif
2 changes: 1 addition & 1 deletion native/src/seal/util/ztools.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace seal
(in_size < (SizeT(128) << 10)) ? (((SizeT(128) << 10) - in_size) >> 11) : SizeT(0));
}
} // namespace ztools
} // namespace util
} // namespace util
} // namespace seal

#endif

0 comments on commit 8537dcb

Please sign in to comment.