Skip to content

Commit b233de2

Browse files
committed
[RNG][ARMPL] Apply clang-format
1 parent c08f325 commit b233de2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rng/backends/armpl/armpl_common.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ namespace armpl {
4444

4545
#ifdef ONEMATH_ARMPL_USE_OPENRNG
4646
// There is no version check API in OpenRNG
47-
inline int check_armpl_version(int,int,int,const char*) {return 0;}
47+
inline int check_armpl_version(int, int, int, const char*) {
48+
return 0;
49+
}
4850
#else
4951
inline int check_armpl_version(armpl_int_t major_req, armpl_int_t minor_req, armpl_int_t build_req,
5052
const char* message) {

0 commit comments

Comments
 (0)