summaryrefslogtreecommitdiff
path: root/tests/tools/tflite_run/src/bin_image.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tools/tflite_run/src/bin_image.cc')
-rw-r--r--tests/tools/tflite_run/src/bin_image.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/tflite_run/src/bin_image.cc b/tests/tools/tflite_run/src/bin_image.cc
index 16d4c94f7..fadece045 100644
--- a/tests/tools/tflite_run/src/bin_image.cc
+++ b/tests/tools/tflite_run/src/bin_image.cc
@@ -20,7 +20,7 @@
#include "bin_image.h"
BinImage::BinImage(unsigned int width, unsigned int height, unsigned int channels)
- : _width(width), _height(height), _channels(channels)
+ : _width(width), _height(height), _channels(channels)
{
}