Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and dantti committed Oct 9, 2024
1 parent e4fe0fb commit f381fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/KDChart/Cartesian/KDChartStockDiagram_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class StockDiagram::Private::ThreeDPainter
};

ThreeDPainter(QPainter *p)
: painter(p) {};
: painter(p) { };

QPolygonF drawTwoDLine(const QLineF &line, const QPen &pen,
const ThreeDProperties &props);
Expand Down
2 changes: 1 addition & 1 deletion src/KDGantt/unittest/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace UnitTest {
} while (false)

#define assertThrowsException(x, E) assertThrowsExceptionWithCode( \
x, E, do {} while (0))
x, E, do { } while (0))

#define assertDoesNotThrowException(x, E) \
do { \
Expand Down

0 comments on commit f381fd4

Please sign in to comment.