From 1d28285cc584a7a8ac3ce03175beabf6f8d52c37 Mon Sep 17 00:00:00 2001 From: sfc-gh-tclinkenbeard Date: Wed, 21 Oct 2020 21:31:15 -0700 Subject: [PATCH] Made BackupContainer.h header guard consistent with other header guards --- fdbclient/BackupContainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fdbclient/BackupContainer.h b/fdbclient/BackupContainer.h index 71736c6902..f346ebd44d 100644 --- a/fdbclient/BackupContainer.h +++ b/fdbclient/BackupContainer.h @@ -18,8 +18,8 @@ * limitations under the License. */ -#ifndef FDBCLIENT_BackupContainer_H -#define FDBCLIENT_BackupContainer_H +#ifndef FDBCLIENT_BACKUP_CONTAINER_H +#define FDBCLIENT_BACKUP_CONTAINER_H #pragma once #include "flow/flow.h"