Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 1, 2023
1 parent e8856e1 commit ed4de15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion include/pb-tools/compat.h
Expand Up @@ -12,7 +12,7 @@
#include <basetsd.h>
typedef SSIZE_T ssize_t;
#endif // _SSIZE_T_DEFINED
#define sleep(x) Sleep(x * 1000)
#define sleep(x) Sleep(x * 1000)
#endif // _MSC_VER

#endif // INCLUDE_PB_TOOLS_COMPAT_H
24 changes: 12 additions & 12 deletions vcpkg-configuration.json
@@ -1,14 +1,14 @@
{
"default-registry": {
"kind": "git",
"baseline": "2c401863dd54a640aeb26ed736c55489c079323b",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
"default-registry": {
"kind": "git",
"baseline": "2c401863dd54a640aeb26ed736c55489c079323b",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}

0 comments on commit ed4de15

Please sign in to comment.