mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
fix ios coding style
This commit is contained in:
parent
babef084be
commit
f163e95752
1 changed files with 8 additions and 8 deletions
|
|
@ -35,10 +35,10 @@ std::string SysPaths::getDataPath (PlatformHelpers *) {
|
|||
NSError *error;
|
||||
lInfo() << "Data path " << fullPath.UTF8String << " does not exist, creating it.";
|
||||
if (![[NSFileManager defaultManager] createDirectoryAtPath:fullPath
|
||||
withIntermediateDirectories:YES
|
||||
attributes:nil
|
||||
error:&error]) {
|
||||
lError() << "Create data path directory error: " << error.description;
|
||||
withIntermediateDirectories:YES
|
||||
attributes:nil
|
||||
error:&error]) {
|
||||
lError() << "Create data path directory error: " << error.description;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -53,10 +53,10 @@ std::string SysPaths::getConfigPath (PlatformHelpers *) {
|
|||
NSError *error;
|
||||
lInfo() << "Config path " << fullPath.UTF8String << " does not exist, creating it.";
|
||||
if (![[NSFileManager defaultManager] createDirectoryAtPath:fullPath
|
||||
withIntermediateDirectories:YES
|
||||
attributes:nil
|
||||
error:&error]) {
|
||||
lError() << "Create config path directory error: " << error.description;
|
||||
withIntermediateDirectories:YES
|
||||
attributes:nil
|
||||
error:&error]) {
|
||||
lError() << "Create config path directory error: " << error.description;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue