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