зеркало из https://github.com/microsoft/SEAL.git
Fixed some formatting issues.
This commit is contained in:
Родитель
2c198e0c55
Коммит
8537dcb256
|
@ -8,7 +8,7 @@ AlignConsecutiveAssignments: false
|
|||
AlignConsecutiveDeclarations: false
|
||||
AlignEscapedNewlines: Left
|
||||
AlignOperands: true
|
||||
AlignTrailingComments: true
|
||||
AlignTrailingComments: false
|
||||
AllowAllArgumentsOnNextLine: true
|
||||
AllowAllConstructorInitializersOnNextLine: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
|
|
|
@ -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
|
||||
|
@ -424,7 +424,7 @@ namespace seal
|
|||
out_stream.exceptions(old_except_mask);
|
||||
}
|
||||
} // namespace ztools
|
||||
} // namespace util
|
||||
} // namespace util
|
||||
} // namespace seal
|
||||
|
||||
#endif
|
||||
|
@ -785,7 +785,7 @@ namespace seal
|
|||
out_stream.exceptions(old_except_mask);
|
||||
}
|
||||
} // namespace ztools
|
||||
} // namespace util
|
||||
} // namespace util
|
||||
} // namespace seal
|
||||
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче