From ab291074244d6d2946f5434e3b144165bc0c7e78 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 8 Feb 2020 11:56:13 -0800 Subject: [PATCH] kern: newlines at end of svc files --- libmesosphere/source/svc/kern_svc_activity.cpp | 2 +- libmesosphere/source/svc/kern_svc_address_arbiter.cpp | 2 +- libmesosphere/source/svc/kern_svc_address_translation.cpp | 2 +- libmesosphere/source/svc/kern_svc_cache.cpp | 2 +- libmesosphere/source/svc/kern_svc_code_memory.cpp | 2 +- libmesosphere/source/svc/kern_svc_condition_variable.cpp | 2 +- libmesosphere/source/svc/kern_svc_debug.cpp | 2 +- libmesosphere/source/svc/kern_svc_debug_string.cpp | 2 +- libmesosphere/source/svc/kern_svc_device_address_space.cpp | 2 +- libmesosphere/source/svc/kern_svc_event.cpp | 2 +- libmesosphere/source/svc/kern_svc_exception.cpp | 2 +- libmesosphere/source/svc/kern_svc_info.cpp | 2 +- libmesosphere/source/svc/kern_svc_interrupt_event.cpp | 2 +- libmesosphere/source/svc/kern_svc_ipc.cpp | 2 +- libmesosphere/source/svc/kern_svc_kernel_debug.cpp | 2 +- libmesosphere/source/svc/kern_svc_light_ipc.cpp | 2 +- libmesosphere/source/svc/kern_svc_lock.cpp | 2 +- libmesosphere/source/svc/kern_svc_memory.cpp | 2 +- libmesosphere/source/svc/kern_svc_physical_memory.cpp | 2 +- libmesosphere/source/svc/kern_svc_port.cpp | 2 +- libmesosphere/source/svc/kern_svc_power_management.cpp | 2 +- libmesosphere/source/svc/kern_svc_process.cpp | 2 +- libmesosphere/source/svc/kern_svc_process_memory.cpp | 2 +- libmesosphere/source/svc/kern_svc_processor.cpp | 2 +- libmesosphere/source/svc/kern_svc_register.cpp | 2 +- libmesosphere/source/svc/kern_svc_resource_limit.cpp | 2 +- libmesosphere/source/svc/kern_svc_secure_monitor_call.cpp | 2 +- libmesosphere/source/svc/kern_svc_session.cpp | 2 +- libmesosphere/source/svc/kern_svc_shared_memory.cpp | 2 +- libmesosphere/source/svc/kern_svc_synchronization.cpp | 2 +- libmesosphere/source/svc/kern_svc_thread.cpp | 2 +- libmesosphere/source/svc/kern_svc_tick.cpp | 2 +- libmesosphere/source/svc/kern_svc_transfer_memory.cpp | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/libmesosphere/source/svc/kern_svc_activity.cpp b/libmesosphere/source/svc/kern_svc_activity.cpp index 67e1e53b..68a9e5e0 100644 --- a/libmesosphere/source/svc/kern_svc_activity.cpp +++ b/libmesosphere/source/svc/kern_svc_activity.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcSetProcessActivity64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_address_arbiter.cpp b/libmesosphere/source/svc/kern_svc_address_arbiter.cpp index a5bb9f18..3943f042 100644 --- a/libmesosphere/source/svc/kern_svc_address_arbiter.cpp +++ b/libmesosphere/source/svc/kern_svc_address_arbiter.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcSignalToAddress64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_address_translation.cpp b/libmesosphere/source/svc/kern_svc_address_translation.cpp index 949dd7de..ce2eb87e 100644 --- a/libmesosphere/source/svc/kern_svc_address_translation.cpp +++ b/libmesosphere/source/svc/kern_svc_address_translation.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcQueryIoMapping64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_cache.cpp b/libmesosphere/source/svc/kern_svc_cache.cpp index c8e574f9..9ba6d246 100644 --- a/libmesosphere/source/svc/kern_svc_cache.cpp +++ b/libmesosphere/source/svc/kern_svc_cache.cpp @@ -69,4 +69,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcFlushProcessDataCache64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_code_memory.cpp b/libmesosphere/source/svc/kern_svc_code_memory.cpp index 30b044df..e4713569 100644 --- a/libmesosphere/source/svc/kern_svc_code_memory.cpp +++ b/libmesosphere/source/svc/kern_svc_code_memory.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcControlCodeMemory64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_condition_variable.cpp b/libmesosphere/source/svc/kern_svc_condition_variable.cpp index f3801b8d..8307dcca 100644 --- a/libmesosphere/source/svc/kern_svc_condition_variable.cpp +++ b/libmesosphere/source/svc/kern_svc_condition_variable.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcSignalProcessWideKey64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_debug.cpp b/libmesosphere/source/svc/kern_svc_debug.cpp index 73dcbd13..c995bd01 100644 --- a/libmesosphere/source/svc/kern_svc_debug.cpp +++ b/libmesosphere/source/svc/kern_svc_debug.cpp @@ -125,4 +125,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcGetDebugThreadParam64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_debug_string.cpp b/libmesosphere/source/svc/kern_svc_debug_string.cpp index 41f854ef..547ae5f1 100644 --- a/libmesosphere/source/svc/kern_svc_debug_string.cpp +++ b/libmesosphere/source/svc/kern_svc_debug_string.cpp @@ -37,4 +37,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcOutputDebugString64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_device_address_space.cpp b/libmesosphere/source/svc/kern_svc_device_address_space.cpp index 882f0833..60cbebde 100644 --- a/libmesosphere/source/svc/kern_svc_device_address_space.cpp +++ b/libmesosphere/source/svc/kern_svc_device_address_space.cpp @@ -85,4 +85,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcUnmapDeviceAddressSpace64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_event.cpp b/libmesosphere/source/svc/kern_svc_event.cpp index c7bd2e5c..77aead4d 100644 --- a/libmesosphere/source/svc/kern_svc_event.cpp +++ b/libmesosphere/source/svc/kern_svc_event.cpp @@ -53,4 +53,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcCreateEvent64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_exception.cpp b/libmesosphere/source/svc/kern_svc_exception.cpp index 54c16e80..4df8e6d6 100644 --- a/libmesosphere/source/svc/kern_svc_exception.cpp +++ b/libmesosphere/source/svc/kern_svc_exception.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcReturnFromException64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_info.cpp b/libmesosphere/source/svc/kern_svc_info.cpp index ecf9ad55..b1dc3a53 100644 --- a/libmesosphere/source/svc/kern_svc_info.cpp +++ b/libmesosphere/source/svc/kern_svc_info.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcGetSystemInfo64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_interrupt_event.cpp b/libmesosphere/source/svc/kern_svc_interrupt_event.cpp index d1e04718..f724e223 100644 --- a/libmesosphere/source/svc/kern_svc_interrupt_event.cpp +++ b/libmesosphere/source/svc/kern_svc_interrupt_event.cpp @@ -37,4 +37,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcCreateInterruptEvent64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_ipc.cpp b/libmesosphere/source/svc/kern_svc_ipc.cpp index a03cb53d..0d51e6a5 100644 --- a/libmesosphere/source/svc/kern_svc_ipc.cpp +++ b/libmesosphere/source/svc/kern_svc_ipc.cpp @@ -69,4 +69,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcReplyAndReceiveWithUserBuffer64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_kernel_debug.cpp b/libmesosphere/source/svc/kern_svc_kernel_debug.cpp index 039f4aaf..ced75f3e 100644 --- a/libmesosphere/source/svc/kern_svc_kernel_debug.cpp +++ b/libmesosphere/source/svc/kern_svc_kernel_debug.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcChangeKernelTraceState64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_light_ipc.cpp b/libmesosphere/source/svc/kern_svc_light_ipc.cpp index 38cde566..8e80e393 100644 --- a/libmesosphere/source/svc/kern_svc_light_ipc.cpp +++ b/libmesosphere/source/svc/kern_svc_light_ipc.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcReplyAndReceiveLight64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_lock.cpp b/libmesosphere/source/svc/kern_svc_lock.cpp index ddcf3b64..1c264dcc 100644 --- a/libmesosphere/source/svc/kern_svc_lock.cpp +++ b/libmesosphere/source/svc/kern_svc_lock.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcArbitrateUnlock64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_memory.cpp b/libmesosphere/source/svc/kern_svc_memory.cpp index 014f41e2..703f6656 100644 --- a/libmesosphere/source/svc/kern_svc_memory.cpp +++ b/libmesosphere/source/svc/kern_svc_memory.cpp @@ -69,4 +69,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcQueryMemory64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_physical_memory.cpp b/libmesosphere/source/svc/kern_svc_physical_memory.cpp index 01ae47e8..1c800096 100644 --- a/libmesosphere/source/svc/kern_svc_physical_memory.cpp +++ b/libmesosphere/source/svc/kern_svc_physical_memory.cpp @@ -77,4 +77,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcSetUnsafeLimit64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_port.cpp b/libmesosphere/source/svc/kern_svc_port.cpp index 6aa13df4..e8b1a73a 100644 --- a/libmesosphere/source/svc/kern_svc_port.cpp +++ b/libmesosphere/source/svc/kern_svc_port.cpp @@ -61,4 +61,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcConnectToPort64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_power_management.cpp b/libmesosphere/source/svc/kern_svc_power_management.cpp index f0c5a847..41b0b8e8 100644 --- a/libmesosphere/source/svc/kern_svc_power_management.cpp +++ b/libmesosphere/source/svc/kern_svc_power_management.cpp @@ -37,4 +37,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcSleepSystem64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_process.cpp b/libmesosphere/source/svc/kern_svc_process.cpp index a64d8a39..17350db5 100644 --- a/libmesosphere/source/svc/kern_svc_process.cpp +++ b/libmesosphere/source/svc/kern_svc_process.cpp @@ -85,4 +85,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcGetProcessInfo64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_process_memory.cpp b/libmesosphere/source/svc/kern_svc_process_memory.cpp index 8daffbb2..71873577 100644 --- a/libmesosphere/source/svc/kern_svc_process_memory.cpp +++ b/libmesosphere/source/svc/kern_svc_process_memory.cpp @@ -77,4 +77,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcUnmapProcessCodeMemory64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_processor.cpp b/libmesosphere/source/svc/kern_svc_processor.cpp index 96fbddbc..c89185f5 100644 --- a/libmesosphere/source/svc/kern_svc_processor.cpp +++ b/libmesosphere/source/svc/kern_svc_processor.cpp @@ -37,4 +37,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcGetCurrentProcessorNumber64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_register.cpp b/libmesosphere/source/svc/kern_svc_register.cpp index 485208fb..fedf164b 100644 --- a/libmesosphere/source/svc/kern_svc_register.cpp +++ b/libmesosphere/source/svc/kern_svc_register.cpp @@ -37,4 +37,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcReadWriteRegister64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_resource_limit.cpp b/libmesosphere/source/svc/kern_svc_resource_limit.cpp index 9f354c03..af51a61b 100644 --- a/libmesosphere/source/svc/kern_svc_resource_limit.cpp +++ b/libmesosphere/source/svc/kern_svc_resource_limit.cpp @@ -61,4 +61,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcSetResourceLimitLimitValue64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_secure_monitor_call.cpp b/libmesosphere/source/svc/kern_svc_secure_monitor_call.cpp index 64ed3c73..ccbb1b90 100644 --- a/libmesosphere/source/svc/kern_svc_secure_monitor_call.cpp +++ b/libmesosphere/source/svc/kern_svc_secure_monitor_call.cpp @@ -37,4 +37,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcCallSecureMonitor64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_session.cpp b/libmesosphere/source/svc/kern_svc_session.cpp index 7cc5b78f..36e540c0 100644 --- a/libmesosphere/source/svc/kern_svc_session.cpp +++ b/libmesosphere/source/svc/kern_svc_session.cpp @@ -45,4 +45,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcAcceptSession64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_shared_memory.cpp b/libmesosphere/source/svc/kern_svc_shared_memory.cpp index 25cc46e2..fbd77c02 100644 --- a/libmesosphere/source/svc/kern_svc_shared_memory.cpp +++ b/libmesosphere/source/svc/kern_svc_shared_memory.cpp @@ -53,4 +53,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcCreateSharedMemory64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_synchronization.cpp b/libmesosphere/source/svc/kern_svc_synchronization.cpp index 1c6a768d..7564da89 100644 --- a/libmesosphere/source/svc/kern_svc_synchronization.cpp +++ b/libmesosphere/source/svc/kern_svc_synchronization.cpp @@ -69,4 +69,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcSynchronizePreemptionState64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_thread.cpp b/libmesosphere/source/svc/kern_svc_thread.cpp index 64d7e3c2..5c25342e 100644 --- a/libmesosphere/source/svc/kern_svc_thread.cpp +++ b/libmesosphere/source/svc/kern_svc_thread.cpp @@ -133,4 +133,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcGetThreadList64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_tick.cpp b/libmesosphere/source/svc/kern_svc_tick.cpp index af5d3eba..991e9b5e 100644 --- a/libmesosphere/source/svc/kern_svc_tick.cpp +++ b/libmesosphere/source/svc/kern_svc_tick.cpp @@ -37,4 +37,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcGetSystemTick64From32 was called."); } -} \ No newline at end of file +} diff --git a/libmesosphere/source/svc/kern_svc_transfer_memory.cpp b/libmesosphere/source/svc/kern_svc_transfer_memory.cpp index dcc71ef3..922c06ba 100644 --- a/libmesosphere/source/svc/kern_svc_transfer_memory.cpp +++ b/libmesosphere/source/svc/kern_svc_transfer_memory.cpp @@ -53,4 +53,4 @@ namespace ams::kern::svc { MESOSPHERE_PANIC("Stubbed SvcCreateTransferMemory64From32 was called."); } -} \ No newline at end of file +}