Fix clang-format
This commit is contained in:
@@ -58,7 +58,7 @@ void BSD_U::SendTo(Kernel::HLERequestContext& ctx) {
|
|||||||
void BSD_U::Close(Kernel::HLERequestContext& ctx) {
|
void BSD_U::Close(Kernel::HLERequestContext& ctx) {
|
||||||
LOG_WARNING(Service, "(STUBBED) called");
|
LOG_WARNING(Service, "(STUBBED) called");
|
||||||
|
|
||||||
IPC::ResponseBuilder rb{ ctx, 4 };
|
IPC::ResponseBuilder rb{ctx, 4};
|
||||||
|
|
||||||
rb.Push(RESULT_SUCCESS);
|
rb.Push(RESULT_SUCCESS);
|
||||||
rb.Push<u32>(0); // ret
|
rb.Push<u32>(0); // ret
|
||||||
|
|||||||
@@ -9,15 +9,13 @@ namespace Service {
|
|||||||
namespace Sockets {
|
namespace Sockets {
|
||||||
|
|
||||||
void SFDNSRES::GetAddrInfo(Kernel::HLERequestContext& ctx) {
|
void SFDNSRES::GetAddrInfo(Kernel::HLERequestContext& ctx) {
|
||||||
IPC::RequestParser rp{ ctx };
|
IPC::RequestParser rp{ctx};
|
||||||
|
|
||||||
LOG_WARNING(Service, "(STUBBED) called");
|
LOG_WARNING(Service, "(STUBBED) called");
|
||||||
|
|
||||||
|
IPC::ResponseBuilder rb{ctx, 2};
|
||||||
IPC::ResponseBuilder rb{ ctx, 2 };
|
|
||||||
|
|
||||||
rb.Push(RESULT_SUCCESS);
|
rb.Push(RESULT_SUCCESS);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SFDNSRES::SFDNSRES() : ServiceFramework("sfdnsres") {
|
SFDNSRES::SFDNSRES() : ServiceFramework("sfdnsres") {
|
||||||
|
|||||||
Reference in New Issue
Block a user