diff include/core/http.h @ 76:3364fadc8a36

*: format source code
author Paper <mrpapersonic@gmail.com>
date Wed, 04 Oct 2023 01:46:33 -0400
parents d3e9310598b1
children 6f7385bd334c
line wrap: on
line diff
--- a/include/core/http.h	Wed Oct 04 01:42:30 2023 -0400
+++ b/include/core/http.h	Wed Oct 04 01:46:33 2023 -0400
@@ -1,9 +1,9 @@
 #ifndef __core__http_h
 #define __core__http_h
 
+#include <QThread>
 #include <string>
 #include <vector>
-#include <QThread>
 
 class QObject;
 
@@ -28,6 +28,6 @@
 /* Performs a basic (blocking) post request */
 std::string PerformBasicPostRequest(std::string url, std::string data, std::vector<std::string> headers = {});
 
-}
+} // namespace HTTP
 
 #endif // __core__http_h