You've already forked pgbackrest
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user