mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 14:16:17 +01:00
Modernise C++ linter using new @cpplint/cli tooling
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
#ifndef SRC_COMMON_H_
|
||||
#define SRC_COMMON_H_
|
||||
|
||||
#include <atomic>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <atomic>
|
||||
|
||||
#include <napi.h>
|
||||
#include <vips/vips8>
|
||||
@@ -30,7 +31,7 @@ using vips::VImage;
|
||||
|
||||
namespace sharp {
|
||||
|
||||
struct InputDescriptor { // NOLINT(runtime/indentation_namespace)
|
||||
struct InputDescriptor {
|
||||
std::string name;
|
||||
std::string file;
|
||||
bool autoOrient;
|
||||
|
||||
Reference in New Issue
Block a user