remove dangling spaces
This commit is contained in:
@@ -281,7 +281,7 @@ const ConDesImport* ConDesGetImport (unsigned Type)
|
||||
/* Check the parameters */
|
||||
PRECONDITION (Type <= CD_TYPE_MAX);
|
||||
|
||||
/* Return the import */
|
||||
/* Return the import */
|
||||
Import = &ConDes[Type].Import;
|
||||
return (Import->Name != INVALID_STRING_ID)? Import : 0;
|
||||
}
|
||||
|
||||
@@ -100,7 +100,7 @@ INLINE const char* GetFragmentSourceName (const Fragment* F)
|
||||
#if defined(HAVE_INLINE)
|
||||
INLINE unsigned GetFragmentSourceLine (const Fragment* F)
|
||||
/* Return the source file line for this fragment */
|
||||
{
|
||||
{
|
||||
return GetSourceLineFromList (&F->LineInfos);
|
||||
}
|
||||
#else
|
||||
|
||||
@@ -93,7 +93,7 @@ void CreateMapFile (int ShortMap)
|
||||
** requested
|
||||
*/
|
||||
if (VerboseMap || S->Size > 0) {
|
||||
fprintf (F,
|
||||
fprintf (F,
|
||||
" %-17s Offs=%06lX Size=%06lX "
|
||||
"Align=%05lX Fill=%04lX\n",
|
||||
GetString (S->Seg->Name), S->Offs, S->Size,
|
||||
|
||||
Reference in New Issue
Block a user