Skip to content

Commit cfe5122

Browse files
committed
[libc] fix formatting for rdivi.cpp
Signed-off-by: Shreeyash Pandey <[email protected]>
1 parent 71d283b commit cfe5122

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libc/src/stdfix/rdivi.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "rdivi.h"
109
#include "include/llvm-libc-macros/stdfix-macros.h" // fract
11-
#include "src/__support/common.h" // LLVM_LIBC_FUNCTION
12-
#include "src/__support/fixed_point/fx_bits.h" // fixed_point
13-
#include "src/__support/macros/config.h" // LIBC_NAMESPACE_DECL
10+
#include "rdivi.h"
11+
#include "src/__support/common.h" // LLVM_LIBC_FUNCTION
12+
#include "src/__support/fixed_point/fx_bits.h" // fixed_point
13+
#include "src/__support/macros/config.h" // LIBC_NAMESPACE_DECL
1414

1515
namespace LIBC_NAMESPACE_DECL {
1616

1717
LLVM_LIBC_FUNCTION(fract, rdivi, (int a, int b)) {
18-
return fixed_point::divi<fract>(a,b);
18+
return fixed_point::divi<fract>(a, b);
1919
}
2020

2121
} // namespace LIBC_NAMESPACE_DECL

0 commit comments

Comments
 (0)