Skip to content

Commit df54c76

Browse files
authored
fix some issues (#1175)
1 parent 16c61b4 commit df54c76

File tree

51 files changed

+291
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+291
-277
lines changed

examples/0037.ipc/nt_alpc/client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <fast_io.h>
1+
#include <fast_io.h>
22
#include <fast_io_device.h>
33
#include <fast_io_dsal/string.h>
44

examples/0037.ipc/nt_alpc/server.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <fast_io.h>
1+
#include <fast_io.h>
22
#include <fast_io_device.h>
33
#include <fast_io_dsal/string.h>
44

examples/0039.gen_win32_mangling/arm-windows-msvc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "common.h"
1+
#include "common.h"
22

33
inline auto gen_pragmas(char8_t const *asmpath, ::fast_io::vector<::fast_io::u8string> const &win32_symbols, ::fast_io::vector<::fast_io::u8string> const &nt_symbols) noexcept
44
{

examples/0039.gen_win32_mangling/arm64ec-windows-msvc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "common.h"
1+
#include "common.h"
22

33
inline auto gen_pragmas(char8_t const *asmpath, ::fast_io::vector<::fast_io::u8string> const &win32_symbols, ::fast_io::vector<::fast_io::u8string> const &nt_symbols) noexcept
44
{

examples/0039.gen_win32_mangling/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#pragma once
1+
#pragma once
22

33
#include <cstddef>
44
#include <fast_io.h>

examples/0039.gen_win32_mangling/i686-windows-msvc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <cstddef>
1+
#include <cstddef>
22
#include <fast_io.h>
33
#include <fast_io_device.h>
44
#include <fast_io_dsal/vector.h>

examples/0039.gen_win32_mangling/prebuild.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**
22
* @brief generate win32 and nt apis' manglings
33
*/
44

examples/0039.gen_win32_mangling/x86_64-windows-msvc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "common.h"
1+
#include "common.h"
22

33
inline auto gen_pragmas(char8_t const *asmpath, ::fast_io::vector<::fast_io::u8string> const &win32_symbols, ::fast_io::vector<::fast_io::u8string> const &nt_symbols) noexcept
44
{

fuzzing/0007.containers/string/string/trim.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <fast_io_dsal/string.h>
1+
#include <fast_io_dsal/string.h>
22

33
extern "C" int LLVMFuzzerTestOneInput(char const *data, size_t size)
44
{

0 commit comments

Comments
 (0)