align \s in macro definitions
This commit is contained in:
@@ -46,18 +46,18 @@
|
|||||||
#include "status.h"
|
#include "status.h"
|
||||||
#include "tag_editor.h"
|
#include "tag_editor.h"
|
||||||
|
|
||||||
#define CHECK_PLAYLIST_FOR_FILTERING \
|
#define CHECK_PLAYLIST_FOR_FILTERING \
|
||||||
if (myPlaylist->Main()->isFiltered()) \
|
if (myPlaylist->Main()->isFiltered()) \
|
||||||
{ \
|
{ \
|
||||||
ShowMessage("%s", MPD::Message::FunctionDisabledFilteringEnabled); \
|
ShowMessage("%s", MPD::Message::FunctionDisabledFilteringEnabled); \
|
||||||
continue; \
|
continue; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define CHECK_MPD_MUSIC_DIR \
|
#define CHECK_MPD_MUSIC_DIR \
|
||||||
if (Config.mpd_music_dir.empty()) \
|
if (Config.mpd_music_dir.empty()) \
|
||||||
{ \
|
{ \
|
||||||
ShowMessage("configuration variable mpd_music_dir is not set!"); \
|
ShowMessage("configuration variable mpd_music_dir is not set!"); \
|
||||||
continue; \
|
continue; \
|
||||||
}
|
}
|
||||||
|
|
||||||
using namespace Global;
|
using namespace Global;
|
||||||
|
|||||||
Reference in New Issue
Block a user