mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Remove trailing whitespace
This commit is contained in:
parent
d67a39c326
commit
0025b76f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ WriteDataToArchive(ArchiveHandle *AH, CompressorState *cs,
|
|||
#ifdef HAVE_LIBZ
|
||||
return WriteDataToArchiveZlib(AH, cs, data, dLen);
|
||||
#else
|
||||
die_horribly(NULL, modulename, "not built with zlib support\n");
|
||||
die_horribly(NULL, modulename, "not built with zlib support\n");
|
||||
#endif
|
||||
case COMPR_ALG_NONE:
|
||||
return WriteDataToArchiveNone(AH, cs, data, dLen);
|
||||
|
|
|
|||
Loading…
Reference in a new issue