From 4df116053623eb03b59ee391a2276fe11234d9d1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 10 Dec 2013 00:26:06 +0000 Subject: 80-col. llvm-svn: 196848 --- llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h index ff2dd4a3b60..2e7dcf65a32 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterHandler.h @@ -37,7 +37,8 @@ public: virtual void endModule() = 0; /// \brief Gather pre-function debug information. - /// Every beginFunction(MF) call should be followed by an endFunction(MF) call. + /// Every beginFunction(MF) call should be followed by an endFunction(MF) + /// call. virtual void beginFunction(const MachineFunction *MF) = 0; /// \brief Gather post-function debug information. -- cgit v1.2.3