| Summary: | reformat incorrect if a keyword is embeded | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Brian Kimmel <briank> |
| Component: | Astyle | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | rototor |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Brian Kimmel
2003-11-26 23:09:47 UTC
*** Bug 107333 has been marked as a duplicate of this bug. *** Another test case:
class TestClass
{
void method1()
{}
void method2()
{}
void returnMethod3()
{}
void returnMethod4()
{}
};
SVN commit 682308 by webb: Update to Astyle 1.21 Fixes: BUG: 138699 BUG: 69106 M +233 -89 ASBeautifier.cpp M +44 -45 ASEnhancer.cpp M +855 -423 ASFormatter.cpp M +55 -40 ASResource.cpp M +94 -45 astyle.h |