Made BackupContainer.h header guard consistent with other header guards

This commit is contained in:
sfc-gh-tclinkenbeard 2020-10-21 21:31:15 -07:00
parent ae91cf1d44
commit 1d28285cc5
1 changed files with 2 additions and 2 deletions

View File

@ -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"