mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
Cleaned up header source formatting.
This commit is contained in:
parent
d175e6c4c9
commit
e70b09878c
@ -69,7 +69,8 @@ class TaglibMetadataReader : public musik::core::sdk::ITagReader {
|
||||
|
||||
private:
|
||||
template <typename T> void ReadFromMap(
|
||||
const T& map, musik::core::sdk::ITagStore *target);
|
||||
const T& map,
|
||||
musik::core::sdk::ITagStore *target);
|
||||
|
||||
template <typename T> void ExtractValueForKey(
|
||||
const T& map,
|
||||
@ -83,7 +84,8 @@ class TaglibMetadataReader : public musik::core::sdk::ITagReader {
|
||||
const std::string& defaultValue);
|
||||
|
||||
template <typename T> void ExtractReplayGain(
|
||||
const T& map, musik::core::sdk::ITagStore *target);
|
||||
const T& map,
|
||||
musik::core::sdk::ITagStore *target);
|
||||
|
||||
void ExtractValueForKey(
|
||||
const TagLib::MP4::ItemMap& map,
|
||||
@ -98,7 +100,8 @@ class TaglibMetadataReader : public musik::core::sdk::ITagReader {
|
||||
|
||||
void SetTagValue(
|
||||
const char* key,
|
||||
const char* string,musik::core::sdk::ITagStore *target);
|
||||
const char* string,
|
||||
musik::core::sdk::ITagStore *target);
|
||||
|
||||
void SetTagValue(
|
||||
const char* key,
|
||||
|
Loading…
Reference in New Issue
Block a user