From: Chris Lattner Date: Sat, 22 Nov 2008 01:04:49 +0000 (+0000) Subject: fit in 80 cols X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9634379265855f1628190e926d9aaf1fb4a5d90e;p=clang fit in 80 cols git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59851 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Diagnostic.h b/include/clang/Basic/Diagnostic.h index ad1eb75004..00df94d1b1 100644 --- a/include/clang/Basic/Diagnostic.h +++ b/include/clang/Basic/Diagnostic.h @@ -417,8 +417,7 @@ public: const IdentifierInfo *getArgIdentifier(unsigned Idx) const { assert(getArgKind(Idx) == Diagnostic::ak_identifierinfo && "invalid argument accessor!"); - return reinterpret_cast( - DiagObj->DiagArgumentsVal[Idx]); + return reinterpret_cast(DiagObj->DiagArgumentsVal[Idx]); } /// getNumRanges - Return the number of source ranges associated with this