diff options
author | Christian Hesse <mail@eworm.de> | 2016-04-01 20:20:26 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-04-01 20:20:26 +0200 |
commit | db2addcde8d42792a8f055b7f6f95c50665d3d23 (patch) | |
tree | 0493f794f1e5472453e22a0d804db286842ff867 | |
parent | cb6b3750228ae4041a254e344fb24dbd50f38434 (diff) | |
download | mpd-notification-db2addcde8d42792a8f055b7f6f95c50665d3d23.tar.gz mpd-notification-db2addcde8d42792a8f055b7f6f95c50665d3d23.tar.zst |
indent with tabs
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index f10e131..dda509b 100644 --- a/config.def.h +++ b/config.def.h @@ -27,7 +27,7 @@ /* this is a regular expression that has to match image filename used * for artwork */ -#define REGEX_ARTWORK "\\(folder\\|cover\\)\\.\\(jpg\\|png\\)" +#define REGEX_ARTWORK "\\(folder\\|cover\\)\\.\\(jpg\\|png\\)" /* how to connect to mpd host ? * MPD_HOST is the server's host name, IP address or Unix socket path. If the |