Skip to content

Commit 89ed214

Browse files
committed
Format code.
1 parent 977d3ab commit 89ed214

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

gma/src/include/firebase/gma/ump/types.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#include <utility>
2222
#include <vector>
2323

24-
#include "firebase/internal/platform.h"
2524
#include "firebase/internal/common.h"
25+
#include "firebase/internal/platform.h"
2626

2727
#if FIREBASE_PLATFORM_ANDROID
2828
#include <jni.h>
@@ -38,7 +38,7 @@ namespace gma {
3838
namespace ump {
3939

4040
/// Debug values for testing geography.
41-
///
41+
///
4242
/// @deprecated This enum has been moved to the firebase::ump namespace.
4343
enum ConsentDebugGeography {
4444
/// Disable geography debugging.
@@ -52,7 +52,7 @@ enum ConsentDebugGeography {
5252
/// Debug settings for `ConsentInfo::RequestConsentInfoUpdate()`. These let you
5353
/// force a specific geographic location. Be sure to include debug device IDs to
5454
/// enable this on hardware. Debug features are always enabled for simulators.
55-
///
55+
///
5656
/// @deprecated This struct has been moved to the firebase::ump namespace.
5757
struct ConsentDebugSettings {
5858
/// Create a default debug setting, with debugging disabled.
@@ -66,7 +66,7 @@ struct ConsentDebugSettings {
6666
};
6767

6868
/// Parameters for the `ConsentInfo::RequestConsentInfoUpdate()` operation.
69-
///
69+
///
7070
/// @deprecated This struct has been moved to the firebase::ump namespace.
7171
struct ConsentRequestParameters {
7272
ConsentRequestParameters() : tag_for_under_age_of_consent(false) {}
@@ -99,7 +99,7 @@ typedef void* FormParent;
9999
// FIREBASE_PLATFORM_TVOS
100100

101101
/// Consent status values.
102-
///
102+
///
103103
/// @deprecated This enum has been moved to the firebase::ump namespace.
104104
enum ConsentStatus {
105105
/// Unknown status, e.g. prior to calling Request, or if the request fails.
@@ -113,7 +113,7 @@ enum ConsentStatus {
113113
};
114114

115115
/// Errors that can occur during a RequestConsentInfoUpdate operation.
116-
///
116+
///
117117
/// @deprecated This enum has been moved to the firebase::ump namespace.
118118
enum ConsentRequestError {
119119
/// The operation succeeded.
@@ -137,7 +137,7 @@ enum ConsentRequestError {
137137
};
138138

139139
/// Status of the consent form, whether it is available to show or not.
140-
///
140+
///
141141
/// @deprecated This enum has been moved to the firebase::ump namespace.
142142
enum ConsentFormStatus {
143143
/// Status is unknown. Call `ConsentInfo::RequestConsentInfoUpdate()` to
@@ -152,7 +152,7 @@ enum ConsentFormStatus {
152152
};
153153

154154
/// Errors when loading or showing the consent form.
155-
///
155+
///
156156
/// @deprecated This enum has been moved to the firebase::ump namespace.
157157
enum ConsentFormError {
158158
/// The operation succeeded.
@@ -176,7 +176,7 @@ enum ConsentFormError {
176176
};
177177

178178
/// Whether the privacy options need to be displayed.
179-
///
179+
///
180180
/// @deprecated This enum has been moved to the firebase::ump namespace.
181181
enum PrivacyOptionsRequirementStatus {
182182
/// Privacy options requirement status is unknown. Call

ump/integration_test/src/integration_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class FirebaseUmpTest : public FirebaseTest {
8282

8383
static void SetUpTestSuite();
8484
static void TearDownTestSuite();
85-
85+
8686
void SetUp() override;
8787
void TearDown() override;
8888

0 commit comments

Comments
 (0)