From fef6d13a74f00cd79d2cb526687f35a0443fb5b1 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 18 Jun 2018 22:36:14 +0200 Subject: coding style fixes --- src/style-internal.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/style-internal.h') diff --git a/src/style-internal.h b/src/style-internal.h index b3e467398..935bf0630 100644 --- a/src/style-internal.h +++ b/src/style-internal.h @@ -404,11 +404,11 @@ public: } virtual const Glib::ustring toString(guint const flags = SP_STYLE_FLAG_IFSET, - SPStyleSrc const &style_src_req = SP_STYLE_SRC_STYLE_PROP, - SPIBase const *const base = NULL) const; + SPStyleSrc const &style_src_req = SP_STYLE_SRC_STYLE_PROP, + SPIBase const *const base = nullptr) const; - // To do: make private -public: + // To do: make private + public: unsigned unit : 4; float value; float computed; @@ -455,7 +455,7 @@ public: bool operator!=(const SPIBase& rhs) override { return !(*this == rhs); } - + // To do: make private public: bool normal : 1; @@ -1016,7 +1016,7 @@ public: // To do: make private, change double to SVGLength public: - std::vector values; + std::vector values; }; /// Filter type internal to SPStyle -- cgit v1.2.3