[gardening] Fix accidental trailing whitespace.

This commit is contained in:
practicalswift
2016-10-29 10:22:58 +02:00
parent 3616567dbd
commit cc852042c9
165 changed files with 1002 additions and 1002 deletions

View File

@@ -1,33 +1,33 @@
module ansible {
header "Ansible.h"
module ansible {
header "Ansible.h"
export *
}
module gizmo {
header "Gizmo.h"
module gizmo {
header "Gizmo.h"
export *
}
module ObjectiveC {
header "ObjectiveC.h"
module ObjectiveC {
header "ObjectiveC.h"
export *
}
module Foundation {
header "BridgeTestFoundation.h"
module Foundation {
header "BridgeTestFoundation.h"
export *
}
module CoreCooling {
header "CoreCooling.h"
module CoreCooling {
header "CoreCooling.h"
export *
}
module UIKit {
header "UIKit.h"
header "UIKit.h"
export *
}
module AppKit {
header "AppKit.h"
header "AppKit.h"
export *
}
module Dispatch {
header "dispatch.h"
header "dispatch.h"
export *
}