Skip to content

Commit d60536e

Browse files
committed
Fix tab vs spaces
1 parent 8e035a9 commit d60536e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

WordPress-Aztec-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Pod::Spec.new do |s|
2626
}
2727
s.xcconfig = {
2828
'OTHER_LDFLAGS' => '-lxml2',
29-
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'
29+
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'
3030
}
3131
end

WordPress-Editor-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.resources = 'WordPressEditor/WordPressEditor/Assets/**/*'
2424
s.xcconfig = {
2525
'OTHER_LDFLAGS' => '-lxml2',
26-
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'
26+
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'
2727
}
2828

2929
s.dependency "WordPress-Aztec-iOS", s.version.to_s

0 commit comments

Comments
 (0)