Skip to content

Commit

Permalink
Resolve linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 19, 2025
1 parent 35a6eba commit 5f0e3c7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,12 @@ extern "C" {
// __declspec allows it to be exported and used in ctypes

DK_API bool system(const std::string& command);

DK_API bool taskkill(DWORD identifier, KillMethod method = KillMethod::WIN32_API);


DK_API bool taskkill(
DWORD identifier,
KillMethod method = KillMethod::WIN32_API
);

DK_API void sweep();

DK_API int get_kill_method();
Expand Down

0 comments on commit 5f0e3c7

Please sign in to comment.