Skip to content

Commit ef10b6f

Browse files
committed
Fix style
1 parent 757d524 commit ef10b6f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Firestore/core/interfaceForSwift/api/CollectionStage.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTION_STAGE_H_
16-
#define FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTION_STAGE_H_
15+
#ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTIONSTAGE_H_
16+
#define FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTIONSTAGE_H_
1717

1818
#include <string>
1919
#include "Stage.h"
@@ -36,4 +36,4 @@ class Collection : public Stage {
3636
} // namespace firestore
3737
} // namespace firebase
3838

39-
#endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTION_STAGE_H_
39+
#endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_COLLECTIONSTAGE_H_

Firestore/core/interfaceForSwift/api/FirestorePipeline.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTORE_PIPELINE_H_
16-
#define FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTORE_PIPELINE_H_
15+
#ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTOREPIPELINE_H_
16+
#define FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTOREPIPELINE_H_
1717

1818
#include <memory>
1919

@@ -34,4 +34,4 @@ class FirestorePipeline {
3434
} // namespace firestore
3535
} // namespace firebase
3636

37-
#endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTORE_PIPELINE_H_
37+
#endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_FIRESTOREPIPELINE_H_

Firestore/core/interfaceForSwift/api/Pipeline.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include "Firestore/core/interfaceForSwift/api/Pipeline.h"
1616

17-
#include <future> // NOLINT(build/c++11)
17+
#include <future>
1818
#include <memory>
1919

2020
#include "Firestore/core/include/firebase/firestore/timestamp.h"

Firestore/core/interfaceForSwift/api/PipelineResult.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_RESULT_H_
16-
#define FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_RESULT_H_
15+
#ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINERESULT_H_
16+
#define FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINERESULT_H_
1717

1818
#include <memory>
1919

@@ -48,4 +48,4 @@ class PipelineResult {
4848

4949
} // namespace firestore
5050
} // namespace firebase
51-
#endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_RESULT_H_
51+
#endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINERESULT_H_

Firestore/core/interfaceForSwift/api/PipelineSource.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_SOURCE_H_
16-
#define FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_SOURCE_H_
15+
#ifndef FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINESOURCE_H_
16+
#define FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINESOURCE_H_
1717

1818
#include <memory>
1919
#include <string>
@@ -44,4 +44,4 @@ class PipelineSource {
4444
} // namespace firestore
4545
} // namespace firebase
4646

47-
#endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINE_SOURCE_H_
47+
#endif // FIRESTORE_CORE_INTERFACEFORSWIFT_API_PIPELINESOURCE_H_

0 commit comments

Comments
 (0)