mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Fix incorrect whitespace.
This commit is contained in:
parent
b5dd14e6f3
commit
4cbd1f1e7e
@ -35,7 +35,7 @@ KeyValue *kvMove(KeyValue *this, MemContext *parentNew);
|
||||
KeyValue *kvPut(KeyValue *this, const Variant *key, const Variant *value);
|
||||
|
||||
// Put key/value store. If this is called on an existing key it will replace the key with an empty kev/value store, even if the key
|
||||
//already contains a key/value store.
|
||||
// already contains a key/value store.
|
||||
KeyValue *kvPutKv(KeyValue *this, const Variant *key);
|
||||
|
||||
// Get a value using the key
|
||||
|
@ -46,9 +46,9 @@ typedef struct StorageWriteS3
|
||||
/***********************************************************************************************************************************
|
||||
Macros for function logging
|
||||
***********************************************************************************************************************************/
|
||||
#define FUNCTION_LOG_STORAGE_WRITE_S3_TYPE \
|
||||
#define FUNCTION_LOG_STORAGE_WRITE_S3_TYPE \
|
||||
StorageWriteS3 *
|
||||
#define FUNCTION_LOG_STORAGE_WRITE_S3_FORMAT(value, buffer, bufferSize) \
|
||||
#define FUNCTION_LOG_STORAGE_WRITE_S3_FORMAT(value, buffer, bufferSize) \
|
||||
objToLog(value, "StorageWriteS3", buffer, bufferSize)
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
|
@ -27,7 +27,7 @@ hrnStorageInfoListCallback(void *callbackData, const StorageInfo *info)
|
||||
{
|
||||
case storageTypeFile:
|
||||
{
|
||||
strCat(data->content, "file");
|
||||
strCat(data->content, "file");
|
||||
|
||||
if (info->level >= storageInfoLevelBasic && !data->sizeOmit)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user