Commit acbc9cd3 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

NXdispatch.c: fix wrong indentation

parent 99b11437
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment