Skip to content

Commit d78dba8

Browse files
committed
ran code formatter
1 parent f571827 commit d78dba8

23 files changed

+84
-48
lines changed

admob/src/common/banner_view_internal.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
#include "admob/src/ios/banner_view_internal_ios.h"
2929
#else
3030
#include "admob/src/stub/banner_view_internal_stub.h"
31-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
31+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
32+
// FIREBASE_PLATFORM_TVOS
3233

3334
namespace firebase {
3435
namespace admob {
@@ -44,7 +45,8 @@ BannerViewInternal* BannerViewInternal::CreateInstance(BannerView* base) {
4445
return new BannerViewInternalIOS(base);
4546
#else
4647
return new BannerViewInternalStub(base);
47-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
48+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
49+
// FIREBASE_PLATFORM_TVOS
4850
}
4951

5052
void BannerViewInternal::SetListener(BannerView::Listener* listener) {

admob/src/common/interstitial_ad_internal.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
#include "admob/src/ios/interstitial_ad_internal_ios.h"
2929
#else
3030
#include "admob/src/stub/interstitial_ad_internal_stub.h"
31-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
31+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
32+
// FIREBASE_PLATFORM_TVOS
3233

3334
namespace firebase {
3435
namespace admob {
@@ -45,7 +46,8 @@ InterstitialAdInternal* InterstitialAdInternal::CreateInstance(
4546
return new InterstitialAdInternalIOS(base);
4647
#else
4748
return new InterstitialAdInternalStub(base);
48-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
49+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
50+
// FIREBASE_PLATFORM_TVOS
4951
}
5052

5153
void InterstitialAdInternal::SetListener(InterstitialAd::Listener* listener) {

admob/src/common/native_express_ad_view_internal.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
#include "admob/src/ios/native_express_ad_view_internal_ios.h"
2929
#else
3030
#include "admob/src/stub/native_express_ad_view_internal_stub.h"
31-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
31+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
32+
// FIREBASE_PLATFORM_TVOS
3233

3334
namespace firebase {
3435
namespace admob {
@@ -48,7 +49,8 @@ NativeExpressAdViewInternal* NativeExpressAdViewInternal::CreateInstance(
4849
return new NativeExpressAdViewInternalIOS(base);
4950
#else
5051
return new NativeExpressAdViewInternalStub(base);
51-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
52+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
53+
// FIREBASE_PLATFORM_TVOS
5254
}
5355

5456
void NativeExpressAdViewInternal::SetListener(

admob/src/common/rewarded_video_internal.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
#include "admob/src/ios/rewarded_video_internal_ios.h"
2929
#else
3030
#include "admob/src/stub/rewarded_video_internal_stub.h"
31-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
31+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
32+
// FIREBASE_PLATFORM_TVOS
3233

3334
namespace firebase {
3435
namespace admob {
@@ -45,7 +46,8 @@ RewardedVideoInternal* RewardedVideoInternal::CreateInstance() {
4546
return new RewardedVideoInternalIOS();
4647
#else
4748
return new RewardedVideoInternalStub();
48-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
49+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
50+
// FIREBASE_PLATFORM_TVOS
4951
}
5052

5153
void RewardedVideoInternal::SetListener(Listener* listener) {

admob/src/include/firebase/admob/types.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
extern "C" {
2626
#include <objc/objc.h>
2727
} // extern "C"
28-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
28+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
29+
// FIREBASE_PLATFORM_TVOS
2930

3031
namespace firebase {
3132
namespace admob {
@@ -46,7 +47,8 @@ typedef id AdParent;
4647
#else
4748
/// A void pointer for stub classes.
4849
typedef void *AdParent;
49-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
50+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
51+
// FIREBASE_PLATFORM_TVOS
5052

5153
#ifdef INTERNAL_EXPERIMENTAL
5254
// LINT.IfChange

app/src/semaphore.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
#if FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
4040
#include "app/src/mutex.h"
4141
#include "app/src/pthread_condvar.h"
42-
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
42+
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS ||
43+
// FIREBASE_PLATFORM_TVOS
4344

4445
#if !defined(FIREBASE_NAMESPACE)
4546
#define FIREBASE_NAMESPACE firebase
@@ -112,7 +113,8 @@ class Semaphore {
112113
void Post() {
113114
#if FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
114115
MutexLock lock(cond_mutex_);
115-
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
116+
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS ||
117+
// FIREBASE_PLATFORM_TVOS
116118

117119
#if !FIREBASE_PLATFORM_WINDOWS
118120
bool success = (sem_post(semaphore_) == 0);
@@ -127,7 +129,8 @@ class Semaphore {
127129
#if FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
128130
// Notify any potential timedWait calls that are waiting for this.
129131
cond_.NotifyAll();
130-
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
132+
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS ||
133+
// FIREBASE_PLATFORM_TVOS
131134
}
132135

133136
void Wait() {
@@ -191,7 +194,8 @@ class Semaphore {
191194
#elif !FIREBASE_PLATFORM_WINDOWS
192195
// On non-Mac POSIX systems, we keep our own sem_t object.
193196
sem_t semaphore_value_;
194-
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
197+
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS ||
198+
// FIREBASE_PLATFORM_TVOS
195199
};
196200

197201
// NOLINTNEXTLINE - allow namespace overridden

app/src/time.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
#if FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
3333
#include <mach/mach.h>
3434
#include <mach/mach_time.h>
35-
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
35+
#endif // FIREBASE_PLATFORM_OSX || FIREBASE_PLATFORM_IOS ||
36+
// FIREBASE_PLATFORM_TVOS
3637

3738
#if !defined(FIREBASE_NAMESPACE)
3839
#define FIREBASE_NAMESPACE firebase

auth/tests/auth_test.cc

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ template <typename T>
6969
void Verify(const AuthError error, const Future<T>& result,
7070
bool check_result_not_null) {
7171
// Desktop stub returns result immediately and thus we skip the ticker elapse.
72-
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
72+
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || \
73+
FIREBASE_PLATFORM_TVOS
7374
EXPECT_EQ(firebase::kFutureStatusPending, result.status());
7475
firebase::testing::cppsdk::TickerElapse();
75-
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
76+
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS ||
77+
// FIREBASE_PLATFORM_TVOS
7678
MaybeWaitForFuture(result);
7779
EXPECT_EQ(firebase::kFutureStatusComplete, result.status());
7880
EXPECT_EQ(error, result.error());
@@ -351,7 +353,8 @@ TEST_F(AuthTest, TestCreateUserWithEmailAndPasswordSucceeded) {
351353
// Right now the desktop stub always succeeded. We could potentially test it by
352354
// adding a desktop fake, which does not provide much value for the specific
353355
// case of Auth since the C++ code is only a thin wraper.
354-
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
356+
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || \
357+
FIREBASE_PLATFORM_TVOS
355358

356359
TEST_F(AuthTest, TestSignInWithCustomTokenFailed) {
357360
firebase::testing::cppsdk::ConfigSet(
@@ -471,7 +474,8 @@ TEST_F(AuthTest, TestCreateUserWithEmailAndPasswordFailed) {
471474
Verify(kAuthErrorEmailAlreadyInUse, result);
472475
}
473476

474-
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
477+
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS ||
478+
// FIREBASE_PLATFORM_TVOS
475479

476480
TEST_F(AuthTest, TestCurrentUserAndSignOut) {
477481
// Here we let mock sign-in-anonymously succeed immediately (ticker = 0).
@@ -534,7 +538,8 @@ TEST_F(AuthTest, TestSendPasswordResetEmailSucceeded) {
534538
Verify(kAuthErrorNone, result);
535539
}
536540

537-
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
541+
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || \
542+
FIREBASE_PLATFORM_TVOS
538543
TEST_F(AuthTest, TestSendPasswordResetEmailFailed) {
539544
firebase::testing::cppsdk::ConfigSet(
540545
"{"
@@ -557,7 +562,8 @@ TEST_F(AuthTest, TestSendPasswordResetEmailFailed) {
557562
Future<void> result = firebase_auth_->SendPasswordResetEmail("[email protected]");
558563
Verify(kAuthErrorInvalidMessagePayload, result);
559564
}
560-
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
565+
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS ||
566+
// FIREBASE_PLATFORM_TVOS
561567

562568
} // namespace auth
563569
} // namespace firebase

auth/tests/user_test.cc

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,12 @@ class UserTest : public ::testing::Test {
202202
template <typename T>
203203
static void Verify(const Future<T> result) {
204204
// Fake Android & iOS implemented the delay. Desktop stub completed immediately.
205-
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
205+
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || \
206+
FIREBASE_PLATFORM_TVOS
206207
EXPECT_EQ(firebase::kFutureStatusPending, result.status());
207208
firebase::testing::cppsdk::TickerElapse();
208-
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
209+
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS ||
210+
// FIREBASE_PLATFORM_TVOS
209211
MaybeWaitForFuture(result);
210212
EXPECT_EQ(firebase::kFutureStatusComplete, result.status());
211213
EXPECT_EQ(0, result.error());
@@ -274,11 +276,13 @@ TEST_F(UserTest, TestUpdateEmail) {
274276
Future<void> result = firebase_user_->UpdateEmail("[email protected]");
275277

276278
// Fake Android & iOS implemented the delay. Desktop stub completed immediately.
277-
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
279+
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || \
280+
FIREBASE_PLATFORM_TVOS
278281
EXPECT_EQ(firebase::kFutureStatusPending, result.status());
279282
EXPECT_NE("[email protected]", firebase_user_->email());
280283
firebase::testing::cppsdk::TickerElapse();
281-
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
284+
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS ||
285+
// FIREBASE_PLATFORM_TVOS
282286
MaybeWaitForFuture(result);
283287
EXPECT_EQ(firebase::kFutureStatusComplete, result.status());
284288
EXPECT_EQ(0, result.error());
@@ -519,15 +523,18 @@ TEST_F(UserTest, TestIsAnonymous) {
519523

520524
TEST_F(UserTest, TestGetter) {
521525
// Test getter functions. The fake value are different between stub and fake.
522-
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
526+
#if defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || \
527+
FIREBASE_PLATFORM_TVOS
523528
EXPECT_EQ("fake email", firebase_user_->email());
524529
EXPECT_EQ("fake display name", firebase_user_->display_name());
525530
EXPECT_EQ("fake provider id", firebase_user_->provider_id());
526-
#else // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
531+
#else // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS ||
532+
// FIREBASE_PLATFORM_TVOS
527533
EXPECT_TRUE(firebase_user_->email().empty());
528534
EXPECT_TRUE(firebase_user_->display_name().empty());
529535
EXPECT_EQ("Firebase", firebase_user_->provider_id());
530-
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS || FIREBASE_PLATFORM_TVOS
536+
#endif // defined(FIREBASE_ANDROID_FOR_DESKTOP) || FIREBASE_PLATFORM_IOS ||
537+
// FIREBASE_PLATFORM_TVOS
531538

532539
EXPECT_FALSE(firebase_user_->uid().empty());
533540
EXPECT_TRUE(firebase_user_->photo_url().empty());

database/src/common/data_snapshot.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#else
3333
#include "database/src/stub/data_snapshot_stub.h"
3434
#include "database/src/stub/database_stub.h"
35-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS,
36-
// defined(FIREBASE_TARGET_DESKTOP)
35+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
36+
// FIREBASE_PLATFORM_TVOS, defined(FIREBASE_TARGET_DESKTOP)
3737

3838
#include "database/src/common/cleanup.h"
3939

database/src/common/database.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
#include "database/src/desktop/database_desktop.h"
3737
#else
3838
#include "database/src/stub/database_stub.h"
39-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS,
40-
// defined(FIREBASE_TARGET_DESKTOP)
39+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
40+
// FIREBASE_PLATFORM_TVOS, defined(FIREBASE_TARGET_DESKTOP)
4141

4242
// Register the module initializer.
4343
FIREBASE_APP_REGISTER_CALLBACKS(database,

database/src/common/database_reference.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#else
3333
#include "database/src/stub/database_reference_stub.h"
3434
#include "database/src/stub/database_stub.h"
35-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS,
36-
// defined(FIREBASE_TARGET_DESKTOP)
35+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
36+
// FIREBASE_PLATFORM_TVOS, defined(FIREBASE_TARGET_DESKTOP)
3737

3838
#include "database/src/common/cleanup.h"
3939

database/src/common/disconnection.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
#else
3131
#include "database/src/stub/database_stub.h"
3232
#include "database/src/stub/disconnection_stub.h"
33-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS,
34-
// defined(FIREBASE_TARGET_DESKTOP)
33+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
34+
// FIREBASE_PLATFORM_TVOS, defined(FIREBASE_TARGET_DESKTOP)
3535

3636
#include "database/src/common/cleanup.h"
3737

database/src/common/mutable_data.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
#else
3131
#include "database/src/stub/database_stub.h"
3232
#include "database/src/stub/mutable_data_stub.h"
33-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS,
34-
// defined(FIREBASE_TARGET_DESKTOP)
33+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
34+
// FIREBASE_PLATFORM_TVOS, defined(FIREBASE_TARGET_DESKTOP)
3535

3636
#include "database/src/common/cleanup.h"
3737

database/src/common/query.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#else
3333
#include "database/src/stub/database_stub.h"
3434
#include "database/src/stub/query_stub.h"
35-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS,
36-
// defined(FIREBASE_TARGET_DESKTOP)
35+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
36+
// FIREBASE_PLATFORM_TVOS, defined(FIREBASE_TARGET_DESKTOP)
3737

3838
#include "database/src/common/cleanup.h"
3939

functions/src/common/callable_reference.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
#else
2929
#include "functions/src/desktop/callable_reference_desktop.h"
3030
#include "functions/src/desktop/functions_desktop.h"
31-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
31+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
32+
// FIREBASE_PLATFORM_TVOS
3233

3334
namespace firebase {
3435
class Variant;

functions/src/common/functions.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
#include "functions/src/ios/functions_ios.h"
3535
#else
3636
#include "functions/src/desktop/functions_desktop.h"
37-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
37+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
38+
// FIREBASE_PLATFORM_TVOS
3839

3940
// Register the module initializer.
4041
FIREBASE_APP_REGISTER_CALLBACKS(functions,

installations/src/installations_internal.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "installations/src/ios/installations_ios.h"
2626
#else
2727
#include "installations/src/stub/installations_stub.h"
28-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
28+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
29+
// FIREBASE_PLATFORM_TVOS
2930

3031
#endif // FIREBASE_FIS_CLIENT_CPP_SRC_INSTALLATIONS_INTERNAL_H_

remote_config/src/remote_config.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
#include "remote_config/src/ios/remote_config_ios.h"
3030
#else
3131
#include "remote_config/src/desktop/remote_config_desktop.h"
32-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
32+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
33+
// FIREBASE_PLATFORM_TVOS
3334

3435
namespace firebase {
3536
namespace remote_config {

storage/src/common/controller.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
#include "storage/src/ios/controller_ios.h"
2424
#else
2525
#include "storage/src/desktop/controller_desktop.h"
26-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
26+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
27+
// FIREBASE_PLATFORM_TVOS
2728

2829
namespace firebase {
2930
namespace storage {

storage/src/common/listener.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
#include "storage/src/ios/listener_ios.h"
2323
#else
2424
#include "storage/src/desktop/listener_desktop.h"
25-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
25+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
26+
// FIREBASE_PLATFORM_TVOS
2627

2728
namespace firebase {
2829
namespace storage {

storage/src/common/metadata.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
#else
3030
#include "storage/src/desktop/metadata_desktop.h"
3131
#include "storage/src/desktop/storage_desktop.h"
32-
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS, FIREBASE_PLATFORM_TVOS
32+
#endif // FIREBASE_PLATFORM_ANDROID, FIREBASE_PLATFORM_IOS,
33+
// FIREBASE_PLATFORM_TVOS
3334

3435
namespace firebase {
3536
namespace storage {

0 commit comments

Comments
 (0)