mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 10:49:14 +00:00
Fixup lint errors.
This CL fixes up the various lint errors. Change-Id: If4d3077b55aadec33980452c43917194d803fac6 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/31680 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
de6938789c
commit
d5fd7e02ba
@@ -13,9 +13,9 @@
|
||||
// limitations under the License.
|
||||
|
||||
#include "src/diagnostic/formatter.h"
|
||||
#include "src/diagnostic/diagnostic.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "src/diagnostic/diagnostic.h"
|
||||
|
||||
namespace tint {
|
||||
namespace diag {
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "src/diagnostic/printer.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "src/diagnostic/printer.h"
|
||||
|
||||
namespace tint {
|
||||
namespace diag {
|
||||
namespace {
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "src/diagnostic/printer.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "src/diagnostic/printer.h"
|
||||
|
||||
namespace tint {
|
||||
namespace diag {
|
||||
namespace {
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "src/diagnostic/printer.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "src/diagnostic/printer.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#include <Windows.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user