remove dangling spaces
This commit is contained in:
@@ -204,7 +204,7 @@ static Span* MergeSpan (Span* S)
|
||||
|
||||
void SetSpanType (Span* S, const StrBuf* Type)
|
||||
/* Set the generic type of the span to Type */
|
||||
{
|
||||
{
|
||||
/* Ignore the call if we won't generate debug infos */
|
||||
if (DbgSyms) {
|
||||
S->Type = GetStrBufId (Type);
|
||||
@@ -354,7 +354,7 @@ static int CollectSpans (void* Entry, void* Data)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void WriteSpans (void)
|
||||
/* Write all spans to the object file */
|
||||
|
||||
Reference in New Issue
Block a user