1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Remove extra spaces.

This commit is contained in:
David Steele
2020-03-11 20:51:11 -04:00
parent 2ac9c19d4a
commit 79a6798f39

View File

@@ -12,8 +12,8 @@ Constructor
***********************************************************************************************************************************/
typedef struct StorageReadInterface
{
const String * type;
const String * name;
const String *type;
const String *name;
bool compressible; // Is this file compressible?
unsigned int compressLevel; // Level to use for compression
bool ignoreMissing;