Cleanup white space in read_mountpoints_from_file method
This commit is contained in:
parent
98f7470b25
commit
ae912379cc
|
@ -629,7 +629,8 @@ void GParted_Core::init_maps()
|
|||
}
|
||||
}
|
||||
|
||||
void GParted_Core::read_mountpoints_from_file( const Glib::ustring & filename,
|
||||
void GParted_Core::read_mountpoints_from_file(
|
||||
const Glib::ustring & filename,
|
||||
std::map< Glib::ustring, std::vector<Glib::ustring> > & map )
|
||||
{
|
||||
std::string line ;
|
||||
|
|
Loading…
Reference in New Issue