Remove whitespaces

This commit is contained in:
Jonas Kvinge
2018-10-02 00:46:54 +02:00
parent db035351be
commit 1fbfabdf66
12 changed files with 19 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ class AcoustidClient : public QObject {
Q_OBJECT
// Gets a MBID from a Chromaprint fingerprint.
// A fingerprint identifies one particular encoding of a song and is created by Fingerprinter.
// A fingerprint identifies one particular encoding of a song and is created by Fingerprinter.
// An MBID identifies the actual song and can be passed to Musicbrainz to get metadata.
// You can create one AcoustidClient and make multiple requests using it.
// IDs are provided by the caller when a request is started and included in the Finished signal - they have no meaning to AcoustidClient.