Skip to content

Commit

Permalink
redundant white space
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Sep 28, 2024
1 parent cd65e98 commit c550f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p/pcapplusplus/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ package("pcapplusplus")
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:is_debug() and "Debug" or "Release"))
import("package.tools.cmake").install(package, configs)
end)

on_test(function (package)
assert(package:check_cxxsnippets({test = [[
#include "pcapplusplus/IPv4Layer.h"
Expand Down

0 comments on commit c550f35

Please sign in to comment.