diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-08-05 07:27:35 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-08-05 07:27:35 +0000 |
commit | a7b7ff443f70bda859a29331cb22f058a62c67d4 (patch) | |
tree | 32c091f4631113b5ae5b896158ca767756dd12f9 /app | |
parent | 6248002cedd900967ceaeafc7e587c864e0aa01c (diff) |
Indent with tabs like the rest of the script.
ok matthieu@
Diffstat (limited to 'app')
-rw-r--r-- | app/xinit/xinitrc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xinit/xinitrc.cpp b/app/xinit/xinitrc.cpp index bea4640c5..08cd494e1 100644 --- a/app/xinit/xinitrc.cpp +++ b/app/xinit/xinitrc.cpp @@ -1,5 +1,5 @@ XCOMM!SHELL_CMD -XCOMM $OpenBSD: xinitrc.cpp,v 1.7 2012/08/04 20:41:42 matthieu Exp $ +XCOMM $OpenBSD: xinitrc.cpp,v 1.8 2012/08/05 07:27:34 ajacoutot Exp $ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap @@ -53,7 +53,7 @@ fi XCOMM if dbus is installed, start its daemon if test -x /usr/local/bin/dbus-launch -a -z "$DBUS_SESSION_BUS_ADDRESS" ; then - eval `dbus-launch --sh-syntax --exit-with-session` + eval `dbus-launch --sh-syntax --exit-with-session` fi XCOMM start some nice programs |