Skip to content

Commit cdb9975

Browse files
committed
Revert back style change.
1 parent 832e088 commit cdb9975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Target/TargetMachine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class TargetMachine {
195195
/// TargetSubtargetInfo. In debug builds, it verifies that the object being
196196
/// returned is of the correct type.
197197
template <typename STC> const STC &getSubtarget(const Function &F) const {
198-
return *static_cast<const STC *>(getSubtargetImpl(F));
198+
return *static_cast<const STC*>(getSubtargetImpl(F));
199199
}
200200

201201
/// Create a DataLayout.

0 commit comments

Comments
 (0)