Skip to content

Commit 6234b76

Browse files
committed
clang-format
1 parent c6772e9 commit 6234b76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Support/InitLLVM.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ static void RaiseLimits() {
4141

4242
// Increase the soft limit to the hard limit, if necessary and
4343
// possible.
44-
if (r.rlim_cur != RLIM_INFINITY &&
45-
r.rlim_cur != r.rlim_max) {
44+
if (r.rlim_cur != RLIM_INFINITY && r.rlim_cur != r.rlim_max) {
4645
r.rlim_cur = r.rlim_max;
4746
setrlimit(resource, &r);
4847
}

0 commit comments

Comments
 (0)