core: Fix inconsistent formatting between clang-format 14 and 16

This commit is contained in:
Eduardo Almeida
2022-10-17 13:43:08 +01:00
parent 5519d95528
commit 7c96289305
2 changed files with 5 additions and 4 deletions

View File

@@ -356,11 +356,11 @@ _cairo_int_96by64_32x64_divrem (cairo_int128_t num,
#undef I
// clang-format on
// NOLINTEND
#ifdef __cplusplus
};
#endif
// clang-format on
// NOLINTEND
#endif /* CAIRO_WIDEINT_H */

View File

@@ -16,6 +16,7 @@
*
* Author: Tom Goff <thomas.goff@boeing.com>
*/
#include "fatal-error.h"
#include "fd-reader.h"
#include "log.h"
@@ -27,7 +28,7 @@
#include <fcntl.h>
#include <winsock.h>
//#define pipe(fds) _pipe(fds,4096, _O_BINARY)
// #define pipe(fds) _pipe(fds,4096, _O_BINARY)
/**
* \file