forked from localhorst/reHDD
autoformat all sources
This commit is contained in:
@ -13,13 +13,11 @@
|
||||
class Delete
|
||||
{
|
||||
protected:
|
||||
|
||||
public:
|
||||
static void deleteDrive(Drive* drive);
|
||||
static void deleteDrive(Drive *drive);
|
||||
|
||||
private:
|
||||
Delete(void);
|
||||
|
||||
};
|
||||
|
||||
#endif // DELETE_H_
|
||||
#endif // DELETE_H_
|
||||
|
Reference in New Issue
Block a user