Commit 827defa1 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Display.c: remove blank lines

parent 462ad036
...@@ -1934,7 +1934,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void) ...@@ -1934,7 +1934,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void)
"is [%d], former default depth value is [%d].\n", tolerance, "is [%d], former default depth value is [%d].\n", tolerance,
ToleranceChecksBypass, dDepth, nxagentDefaultDepthRecBackup); ToleranceChecksBypass, dDepth, nxagentDefaultDepthRecBackup);
#endif #endif
return 1; return 1;
} }
...@@ -1944,7 +1943,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void) ...@@ -1944,7 +1943,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void)
fprintf(stderr, "nxagentCheckForDefaultDepthCompatibility: New default depth [%d] " fprintf(stderr, "nxagentCheckForDefaultDepthCompatibility: New default depth [%d] "
"matches with old default depth.\n", dDepth); "matches with old default depth.\n", dDepth);
#endif #endif
return 1; return 1;
} }
else if ((ToleranceChecksSafe <= tolerance) && (nxagentDefaultDepthRecBackup < dDepth)) else if ((ToleranceChecksSafe <= tolerance) && (nxagentDefaultDepthRecBackup < dDepth))
...@@ -1954,7 +1952,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void) ...@@ -1954,7 +1952,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void)
"higher than the old default depth [%d] at tolerance [%u].\n", dDepth, "higher than the old default depth [%d] at tolerance [%u].\n", dDepth,
nxagentDefaultDepthRecBackup, tolerance); nxagentDefaultDepthRecBackup, tolerance);
#endif #endif
return 1; return 1;
} }
else else
...@@ -1964,7 +1961,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void) ...@@ -1964,7 +1961,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void)
"doesn't match with old default depth [%d] at tolerance [%u].\n", dDepth, "doesn't match with old default depth [%d] at tolerance [%u].\n", dDepth,
nxagentDefaultDepthRecBackup, tolerance); nxagentDefaultDepthRecBackup, tolerance);
#endif #endif
return 0; return 0;
} }
} }
...@@ -1998,7 +1994,6 @@ static int nxagentCheckForDepthsCompatibility(void) ...@@ -1998,7 +1994,6 @@ static int nxagentCheckForDepthsCompatibility(void)
"is [%d], number of old depths is [%d].\n", tolerance, ToleranceChecksBypass, "is [%d], number of old depths is [%d].\n", tolerance, ToleranceChecksBypass,
nxagentNumDepths, nxagentNumDepthsRecBackup); nxagentNumDepths, nxagentNumDepthsRecBackup);
#endif #endif
return 1; return 1;
} }
...@@ -2010,7 +2005,6 @@ static int nxagentCheckForDepthsCompatibility(void) ...@@ -2010,7 +2005,6 @@ static int nxagentCheckForDepthsCompatibility(void)
"depths [%d].\n", nxagentNumDepths, "depths [%d].\n", nxagentNumDepths,
nxagentNumDepthsRecBackup); nxagentNumDepthsRecBackup);
#endif #endif
return 0; return 0;
} }
...@@ -2022,7 +2016,6 @@ static int nxagentCheckForDepthsCompatibility(void) ...@@ -2022,7 +2016,6 @@ static int nxagentCheckForDepthsCompatibility(void)
"lower than number of old depths [%d].\n", tolerance, "lower than number of old depths [%d].\n", tolerance,
nxagentNumDepths, nxagentNumDepthsRecBackup); nxagentNumDepths, nxagentNumDepthsRecBackup);
#endif #endif
return 0; return 0;
} }
...@@ -2155,7 +2148,6 @@ static int nxagentCheckForPixmapFormatsCompatibility(void) ...@@ -2155,7 +2148,6 @@ static int nxagentCheckForPixmapFormatsCompatibility(void)
"pixmap formats is [%d], number of externally available pixmap formats is [%d].\n", "pixmap formats is [%d], number of externally available pixmap formats is [%d].\n",
tolerance, ToleranceChecksBypass, nxagentNumPixmapFormats, nxagentRemoteNumPixmapFormats); tolerance, ToleranceChecksBypass, nxagentNumPixmapFormats, nxagentRemoteNumPixmapFormats);
#endif #endif
return 1; return 1;
} }
...@@ -2166,7 +2158,6 @@ static int nxagentCheckForPixmapFormatsCompatibility(void) ...@@ -2166,7 +2158,6 @@ static int nxagentCheckForPixmapFormatsCompatibility(void)
"of internal pixmap formats [%d] doesn't match with number of remote formats [%d].\n", "of internal pixmap formats [%d] doesn't match with number of remote formats [%d].\n",
nxagentNumPixmapFormats, nxagentRemoteNumPixmapFormats); nxagentNumPixmapFormats, nxagentRemoteNumPixmapFormats);
#endif #endif
return 0; return 0;
} }
...@@ -2177,7 +2168,6 @@ static int nxagentCheckForPixmapFormatsCompatibility(void) ...@@ -2177,7 +2168,6 @@ static int nxagentCheckForPixmapFormatsCompatibility(void)
"and number of internal pixmap formats [%d] higher than number of external formats [%d].\n", "and number of internal pixmap formats [%d] higher than number of external formats [%d].\n",
tolerance, nxagentNumPixmapFormats, nxagentRemoteNumPixmapFormats); tolerance, nxagentNumPixmapFormats, nxagentRemoteNumPixmapFormats);
#endif #endif
return 0; return 0;
} }
...@@ -2368,7 +2358,6 @@ static int nxagentCheckForColormapsCompatibility(int flexibility) ...@@ -2368,7 +2358,6 @@ static int nxagentCheckForColormapsCompatibility(int flexibility)
fprintf(stderr, "nxagentCheckForColormapsCompatibility: Number of new colormaps [%d] " fprintf(stderr, "nxagentCheckForColormapsCompatibility: Number of new colormaps [%d] "
"matches with old colormaps.\n", nxagentNumDefaultColormaps); "matches with old colormaps.\n", nxagentNumDefaultColormaps);
#endif #endif
return 1; return 1;
} }
else else
......
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