mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
Remove trailing whitespace
This commit is contained in:
parent
d67a39c326
commit
0025b76f4f
@ -149,7 +149,7 @@ WriteDataToArchive(ArchiveHandle *AH, CompressorState *cs,
|
|||||||
#ifdef HAVE_LIBZ
|
#ifdef HAVE_LIBZ
|
||||||
return WriteDataToArchiveZlib(AH, cs, data, dLen);
|
return WriteDataToArchiveZlib(AH, cs, data, dLen);
|
||||||
#else
|
#else
|
||||||
die_horribly(NULL, modulename, "not built with zlib support\n");
|
die_horribly(NULL, modulename, "not built with zlib support\n");
|
||||||
#endif
|
#endif
|
||||||
case COMPR_ALG_NONE:
|
case COMPR_ALG_NONE:
|
||||||
return WriteDataToArchiveNone(AH, cs, data, dLen);
|
return WriteDataToArchiveNone(AH, cs, data, dLen);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user