From 333d0ac868279aa08b33e767d4ceb36e9b4596df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=20=E5=BE=81=E8=B5=9C?= <959220793@qq.com> Date: Mon, 28 Aug 2023 23:54:46 +0800 Subject: [PATCH] format code --- qmc_key.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmc_key.hpp b/qmc_key.hpp index f3178cd..58faef4 100644 --- a/qmc_key.hpp +++ b/qmc_key.hpp @@ -1,4 +1,4 @@ -#include"TencentTea.hpp" +#include "TencentTea.hpp" #include "base64.hpp" void simpleMakeKey(uint8_t salt, int length, std::vector &key_buf) {