Formatting
This commit is contained in:
@@ -57,7 +57,7 @@ class MusicStorage {
|
||||
Transcode_Unsupported = 3,
|
||||
};
|
||||
|
||||
using ProgressFunction = std::function<void(float progress)>;
|
||||
using ProgressFunction = std::function<void (float progress)>;
|
||||
|
||||
struct CopyJob {
|
||||
CopyJob() : overwrite_(false), remove_original_(false), albumcover_(false) {}
|
||||
|
||||
Reference in New Issue
Block a user