Skip to content

Commit

Permalink
styles: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Sep 15, 2023
1 parent d732f6d commit 1eca067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/MaaFramework/MaaAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ extern "C"

MaaStringBufferHandle MAA_FRAMEWORK_API MaaCreateStringBuffer();
void MAA_FRAMEWORK_API MaaDestroyStringBuffer(MaaStringBufferHandle handle);

MaaBool MAA_FRAMEWORK_API MaaIsStringEmpty(MaaStringBufferHandle handle);
MaaBool MAA_FRAMEWORK_API MaaClearString(MaaStringBufferHandle handle);

Expand Down

0 comments on commit 1eca067

Please sign in to comment.