From: Nico Weber Date: Fri, 12 Jun 2015 04:44:52 +0000 (+0000) Subject: Wrap to 80 columns. No behavior change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1af86129467a1869dc8baf11377f88e311bfb9cd;p=clang Wrap to 80 columns. No behavior change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/MicrosoftCXXABI.cpp b/lib/AST/MicrosoftCXXABI.cpp index 93ff77a2e9..aba6796256 100644 --- a/lib/AST/MicrosoftCXXABI.cpp +++ b/lib/AST/MicrosoftCXXABI.cpp @@ -179,8 +179,9 @@ MSVtorDispAttr::Mode CXXRecordDecl::getMSVtorDispMode() const { // // slot. // void *FunctionPointerOrVirtualThunk; // -// // An offset to add to the address of the vbtable pointer after (possibly) -// // selecting the virtual base but before resolving and calling the function. +// // An offset to add to the address of the vbtable pointer after +// // (possibly) selecting the virtual base but before resolving and calling +// // the function. // // Only needed if the class has any virtual bases or bases at a non-zero // // offset. // int NonVirtualBaseAdjustment;