Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tabs embedded in strings used for formatting output #515

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

nbriggs
Copy link
Collaborator

@nbriggs nbriggs commented Oct 31, 2024

Files gcfinal.c and testool.c both contain literal TAB characters embedded in printf() format strings in an attempt to align output. The output formatting depends on the user's simulated tab settings and therefore may not produce the expected results.

The output formatting is rewritten to make tab characters unnecessary.

Files gcfinal.c and testool.c both contain literal TAB characters embedded
in printf() format strings in an attempt to align output.
The output formatting depends on the user's simulated tab settings and
therefore may not produce the expected results.

The output formatting is rewritten to make tab characters unnecessary.
@nbriggs nbriggs merged commit cea720f into master Oct 31, 2024
@nbriggs nbriggs deleted the fix-tabs-in-strings branch December 3, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant