mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21437 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b1b6e626e
commit
21bbf8d022
@ -132,10 +132,10 @@ public:
|
||||
inline Annotation *unlinkAnnotation(AnnotationID ID) const {
|
||||
for (Annotation **A = &AnnotationList; *A; A = &((*A)->Next))
|
||||
if ((*A)->getID() == ID) {
|
||||
Annotation *Ret = *A;
|
||||
*A = Ret->Next;
|
||||
Ret->Next = 0;
|
||||
return Ret;
|
||||
Annotation *Ret = *A;
|
||||
*A = Ret->Next;
|
||||
Ret->Next = 0;
|
||||
return Ret;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
@ -187,7 +187,7 @@ struct AnnotationManager {
|
||||
// Annotable::getOrCreateAnnotation method.
|
||||
//
|
||||
static void registerAnnotationFactory(AnnotationID ID, Factory Func,
|
||||
void *ExtraData = 0);
|
||||
void *ExtraData = 0);
|
||||
|
||||
// createAnnotation - Create an annotation of the specified ID for the
|
||||
// specified object, using a register annotation creation function.
|
||||
|
Loading…
Reference in New Issue
Block a user