mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
80-col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37986053b4
commit
d5a72d9642
@ -1901,7 +1901,8 @@ void EmitGenerateActionMethod (const ToolDescription& D,
|
||||
|
||||
// For every understood option, emit handling code.
|
||||
if (D.Actions)
|
||||
EmitCaseConstructHandler(D.Actions, Indent2, EmitActionHandlersCallback(OptDescs),
|
||||
EmitCaseConstructHandler(D.Actions, Indent2,
|
||||
EmitActionHandlersCallback(OptDescs),
|
||||
false, OptDescs, O);
|
||||
|
||||
O << '\n';
|
||||
|
Loading…
x
Reference in New Issue
Block a user