|
|
@ -1652,7 +1652,7 @@ void ASFormatter::adjustComments(void)
|
|
|
|
if (formattedLine.find_last_not_of(' ') < len - adjust - 1
|
|
|
|
if (formattedLine.find_last_not_of(' ') < len - adjust - 1
|
|
|
|
&& formattedLine[len-1] != '\t') // don't adjust a tab
|
|
|
|
&& formattedLine[len-1] != '\t') // don't adjust a tab
|
|
|
|
formattedLine.resize(len - adjust);
|
|
|
|
formattedLine.resize(len - adjust);
|
|
|
|
// the following are commented out to avoid a Borland compiler warning
|
|
|
|
// the following are commented out to avoid compiler warning
|
|
|
|
//else
|
|
|
|
//else
|
|
|
|
// adjust = 0;
|
|
|
|
// adjust = 0;
|
|
|
|
TRcomment(-adjust); // trace macro
|
|
|
|
TRcomment(-adjust); // trace macro
|
|
|
|