From de4e4f7694bb4ba07f543b214c67b85f0a3f0d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 10 Nov 2020 15:02:21 +0100 Subject: consistent formatting --- labb4/Junk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'labb4/Junk.cpp') diff --git a/labb4/Junk.cpp b/labb4/Junk.cpp index 5c467da..6e80a06 100644 --- a/labb4/Junk.cpp +++ b/labb4/Junk.cpp @@ -9,7 +9,7 @@ Junk::Junk() : Robot() {} Junk::Junk(Robot c) : Robot(c) {} -void Junk::draw(QGraphicsScene *scene) const { +void Junk::draw(QGraphicsScene* scene) const { Point corner = asPoint(); scene->addEllipse(QRectF(corner.x * UNIT_WIDTH, corner.y * UNIT_HEIGHT, JUNK_RADIUS, JUNK_RADIUS), QPen(), QBrush(JUNK_COLOR)); -- cgit v1.2.1