diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-01-05 00:47:11 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-05 12:47:46 +0100 |
commit | acbc9cd3146161dd5c07f8c5774b2ebe88d08faa (patch) | |
tree | c37e2a519f3f20c39ff209c34385180cbca15b61 | |
parent | 99b11437002ffa4f14ab8be566dad680c273f05e (diff) | |
download | nx-libs-acbc9cd3146161dd5c07f8c5774b2ebe88d08faa.tar.gz nx-libs-acbc9cd3146161dd5c07f8c5774b2ebe88d08faa.tar.bz2 nx-libs-acbc9cd3146161dd5c07f8c5774b2ebe88d08faa.zip |
NXdispatch.c: fix wrong indentation
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c b/nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c index ca7086d62..6c55a58fb 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c +++ b/nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c @@ -378,14 +378,14 @@ Reply Total Cached Bits In Bits Out Bits/Reply Ratio * that the agent is ready. */ - if (!nxagentWMPassed && (nxagentWMtimeout < currentDispatch)) - { - nxagentRemoveSplashWindow(NULL); - } + if (!nxagentWMPassed && (nxagentWMtimeout < currentDispatch)) + { + nxagentRemoveSplashWindow(NULL); + } - nxagentClients = nClients; + nxagentClients = nClients; - #endif + #endif if (nready) { |