White space tidy-up some of DialogFeatures

This commit is contained in:
Mike Fleetwood 2021-07-24 19:39:13 +01:00 committed by Curtis Gedak
parent e4427b0333
commit cf5a264b0e
2 changed files with 46 additions and 44 deletions

View File

@ -34,6 +34,7 @@
namespace GParted namespace GParted
{ {
class DialogFeatures : public Gtk::Dialog class DialogFeatures : public Gtk::Dialog
{ {
public: public:
@ -90,6 +91,7 @@ private:
Glib::RefPtr<Gdk::Pixbuf> icon_yes, icon_no, icon_blank; Glib::RefPtr<Gdk::Pixbuf> icon_yes, icon_no, icon_blank;
}; };
} //GParted } //GParted
#endif /* GPARTED_DIALOGFEATURES_H */ #endif /* GPARTED_DIALOGFEATURES_H */