Browse Source

AP_Camera: Just putting the newline at the end of the file.

mission-4.1.18
Grant Morphett 10 years ago committed by Randy Mackay
parent
commit
444841537e
  1. 2
      libraries/AP_Camera/AP_Camera.cpp
  2. 2
      libraries/AP_Camera/AP_Camera.h

2
libraries/AP_Camera/AP_Camera.cpp

@ -252,4 +252,4 @@ bool AP_Camera::update_location(const struct Location &loc) @@ -252,4 +252,4 @@ bool AP_Camera::update_location(const struct Location &loc)
}
_last_location = loc;
return true;
}
}

2
libraries/AP_Camera/AP_Camera.h

@ -81,4 +81,4 @@ private: @@ -81,4 +81,4 @@ private:
};
#endif /* AP_CAMERA_H */
#endif /* AP_CAMERA_H */

Loading…
Cancel
Save