whitespace cleanup

This commit is contained in:
Michael Reed
2014-07-04 06:27:13 -04:00
parent 3a3e1387ac
commit a29b7958cf
3 changed files with 3 additions and 3 deletions

2
dbus-examples/inverter.sh Normal file → Executable file
View File

@ -1,6 +1,6 @@
#!/bin/sh
# === Verify `compton --dbus` status ===
# === Verify `compton --dbus` status ===
if [ -z "`dbus-send --session --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames | grep compton`" ]; then
echo "compton DBus interface unavailable"