driving.h: fix indentation (#20315)

pull/20317/head
Dean Lee 5 years ago committed by GitHub
parent 980f8774ba
commit d5c17723da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/modeld/models/driving.h

@ -18,6 +18,7 @@
constexpr int DESIRE_LEN = 8;
constexpr int TRAFFIC_CONVENTION_LEN = 2;
constexpr int MODEL_FREQ = 20;
struct ModelDataRaw {
float *plan;
float *lane_lines;
@ -31,7 +32,6 @@ struct ModelDataRaw {
float *pose;
};
typedef struct ModelState {
ModelFrame frame;
std::vector<float> output;

Loading…
Cancel
Save