Skip to content
Snippets Groups Projects
Commit 2282d6b1 authored by Aura Linden's avatar Aura Linden
Browse files

Fixed whitespace issues for merge.

parent e85e6ca4
No related branches found
No related tags found
No related merge requests found
...@@ -48,4 +48,6 @@ class LLCocoaPlugin ...@@ -48,4 +48,6 @@ class LLCocoaPlugin
NSWindow* mFrontWindow; NSWindow* mFrontWindow;
NSWindow* mPluginWindow; NSWindow* mPluginWindow;
int mHackState; int mHackState;
}; };
\ No newline at end of file
...@@ -23,14 +23,14 @@ include_directories( ...@@ -23,14 +23,14 @@ include_directories(
set(mac_crash_logger_SOURCE_FILES set(mac_crash_logger_SOURCE_FILES
mac_crash_logger.cpp mac_crash_logger.cpp
llcrashloggermac.cpp llcrashloggermac.cpp
llcrashloggermacdelegate.mm llcrashloggermacdelegate.mm
) )
set(mac_crash_logger_HEADER_FILES set(mac_crash_logger_HEADER_FILES
CMakeLists.txt CMakeLists.txt
llcrashloggermac.h llcrashloggermac.h
llcrashloggermacdelegate.h llcrashloggermacdelegate.h
) )
set_source_files_properties(${mac_crash_logger_HEADER_FILES} set_source_files_properties(${mac_crash_logger_HEADER_FILES}
......
...@@ -47,4 +47,6 @@ ...@@ -47,4 +47,6 @@
@property (assign) IBOutlet NSWindow *window; @property (assign) IBOutlet NSWindow *window;
@end @end
*/ */
\ No newline at end of file
...@@ -19,13 +19,13 @@ include_directories( ...@@ -19,13 +19,13 @@ include_directories(
set(mac_updater_SOURCE_FILES set(mac_updater_SOURCE_FILES
main.m main.m
MacUpdaterAppDelegate.mm MacUpdaterAppDelegate.mm
mac_updater.cpp mac_updater.cpp
) )
set(mac_updater_HEADER_FILES set(mac_updater_HEADER_FILES
MacUpdaterAppDelegate.h MacUpdaterAppDelegate.h
mac_updater.h mac_updater.h
CMakeLists.txt CMakeLists.txt
) )
...@@ -63,7 +63,7 @@ target_link_libraries(mac-updater ...@@ -63,7 +63,7 @@ target_link_libraries(mac-updater
${OPENSSL_LIBRARIES} ${OPENSSL_LIBRARIES}
${CRYPTO_LIBRARIES} ${CRYPTO_LIBRARIES}
${COCOA_LIBRARIES} ${COCOA_LIBRARIES}
${BOOST_FILESYSTEM_LIBRARY} ${BOOST_FILESYSTEM_LIBRARY}
${IOKIT_LIBRARY} ${IOKIT_LIBRARY}
${CURL_LIBRARIES} ${CURL_LIBRARIES}
${CARES_LIBRARIES} ${CARES_LIBRARIES}
......
...@@ -55,4 +55,6 @@ LLMacUpdater mUpdater; ...@@ -55,4 +55,6 @@ LLMacUpdater mUpdater;
@end @end
#endif //LL_MAC_UPDATE_DELEGATE_H #endif //LL_MAC_UPDATE_DELEGATE_H
\ No newline at end of file
...@@ -86,4 +86,6 @@ class LLMacUpdater ...@@ -86,4 +86,6 @@ class LLMacUpdater
static LLMacUpdater *sInstance; static LLMacUpdater *sInstance;
}; };
#endif #endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment