aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Private
diff options
context:
space:
mode:
authorGravatar Benoit St-Pierre <bstpierre@google.com>2018-02-26 19:16:34 -0500
committerGravatar Benoit St-Pierre <bstpierre@google.com>2018-02-26 19:16:34 -0500
commit23a6f901be12b45c83c08c3124f30eed54bc08fc (patch)
tree8c4e1ccf0d0bfc3547d340dc8f43c2f9aae2f288 /Firebase/Core/Private
parent13216884592bff3da6ddbe7d4f01a777d6f69952 (diff)
Manually fix clang-format issues
Diffstat (limited to 'Firebase/Core/Private')
-rw-r--r--Firebase/Core/Private/FIRAppInternal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Firebase/Core/Private/FIRAppInternal.h b/Firebase/Core/Private/FIRAppInternal.h
index 20b608e..09f7829 100644
--- a/Firebase/Core/Private/FIRAppInternal.h
+++ b/Firebase/Core/Private/FIRAppInternal.h
@@ -141,9 +141,10 @@ typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(void);
* @param library Name of the library
* @param version Version of the library
*/
+// clang-format off
+ (void)registerLibrary:(nonnull NSString *)library
- withVersion:(nonnull NSString *)version NS_SWIFT_NAME(registerLibrary(_:version
-:));
+ withVersion:(nonnull NSString *)version NS_SWIFT_NAME(registerLibrary(_:version:));
+// clang-format on
/**
* A concatenated string representing all the third-party libraries and version numbers.