-
-
Notifications
You must be signed in to change notification settings - Fork 850
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
Fix various typos #3973
Fix various typos #3973
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,7 @@ friend class NebulaMgr; | |
NebEMO = 20, //!< Emission object | ||
NebBLL = 21, //!< BL Lac object | ||
NebBLA = 22, //!< Blazar | ||
NebMolCld = 23, //!< Molecular Cloud | ||
NebMolCld = 23, //!< Molecular Cloud | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. at least this looks worse now on Github. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So weird, in vscode it looks correct But in github, no There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's because tabs shouldn't be used after the first non-whitespace character. They should only be used for indentation (not even alignment!). |
||
NebYSO = 24, //!< Young Stellar Object | ||
NebPossQSO = 25, //!< Possible Quasar | ||
NebPossPN = 26, //!< Possible Planetary Nebula | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in this file may better be reported at their original place, and we might want to update this as well after so many years (and check if it works better now...).