| Summary: | source code reformat does not indent the c++ includes on the left properly | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | tnagy <tnagy256> |
| Component: | Astyle | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
tnagy
2003-07-29 15:48:16 UTC
Is this a bug? From what I can tell #include <a> #include <b> is legal, and there may well be a reason the programmer did it like that. Unconfirming bug and hoping for enlightened input. :) Of course it is legal. It is just ugly. Hehe. I didn't know the bugsystem stripped leading spaces.. my example wasn't very telling.. :) Well.. if everyone is in agreement about this being legal, and it is obvious that at times indented preprocessor directives have their use (nested directives), then this is not a bug and shouldn't be reported as such. I'm closing it. File a wishlist bug if you want, but I doubt the behaviour will be changed. |