mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Run clang-format
This commit is contained in:
parent
d999edfd2c
commit
1f05a8a6a6
125 changed files with 10664 additions and 7154 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#include "utils/Logs.hpp"
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
|
||||
static void append_hex(std::string &out, std::uintmax_t value) {
|
||||
std::ostringstream buf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue