Skip to content

Commit e86636d

Browse files
committed
formatting
1 parent d5280fe commit e86636d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/lib/Interpreter/Interpreter.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,9 @@ llvm::Error Interpreter::Undo(unsigned N) {
758758
std::error_code());
759759
} else if (N > getEffectivePTUSize()) {
760760
return llvm::make_error<llvm::StringError>(
761-
llvm::formatv("Operation failed. Wanted to undo {0} inputs, only have {1}.",
762-
N, getEffectivePTUSize()),
761+
llvm::formatv(
762+
"Operation failed. Wanted to undo {0} inputs, only have {1}.", N,
763+
getEffectivePTUSize()),
763764
std::error_code());
764765
}
765766

0 commit comments

Comments
 (0)