Skip to content

Commit 297ff44

Browse files
committed
clang-format code around my changes
1 parent 9a110df commit 297ff44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Analysis/DependenceAnalysis.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ static void dumpExampleDependence(raw_ostream &OS, DependenceInfo *DA,
199199
OS << "!\n";
200200
}
201201
}
202-
}
203-
else
202+
} else
204203
OS << "none!\n";
205204
}
206205
}

0 commit comments

Comments
 (0)