aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mavlink/mavlink_receiver.cpp
diff options
context:
space:
mode:
authorHelen Oleynikova <helenoleynikova@gmail.com>2014-04-10 10:37:58 +0200
committerHelen Oleynikova <helenoleynikova@gmail.com>2014-04-10 10:37:58 +0200
commit8a946f0320c4bd4a61927a12b7ba4c0c96c77d7d (patch)
tree4c95eaa72125460ae4b65f94c24b14cacb2a4bdf /src/modules/mavlink/mavlink_receiver.cpp
parente5105f6d9124dd12a86bec445a8b6f483adfbc56 (diff)
downloadpx4-firmware-8a946f0320c4bd4a61927a12b7ba4c0c96c77d7d.tar.gz
px4-firmware-8a946f0320c4bd4a61927a12b7ba4c0c96c77d7d.tar.bz2
px4-firmware-8a946f0320c4bd4a61927a12b7ba4c0c96c77d7d.zip
More whitespace all the time.
Diffstat (limited to 'src/modules/mavlink/mavlink_receiver.cpp')
-rw-r--r--src/modules/mavlink/mavlink_receiver.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/mavlink/mavlink_receiver.cpp b/src/modules/mavlink/mavlink_receiver.cpp
index 61ef2b043..b4fe65fd2 100644
--- a/src/modules/mavlink/mavlink_receiver.cpp
+++ b/src/modules/mavlink/mavlink_receiver.cpp
@@ -182,9 +182,9 @@ MavlinkReceiver::handle_message(mavlink_message_t *msg)
}
}
- /* If we've received a valid message, mark the flag indicating so.
- This is used in the '-w' command-line flag. */
- _mavlink->set_has_received_messages(true);
+ /* If we've received a valid message, mark the flag indicating so.
+ This is used in the '-w' command-line flag. */
+ _mavlink->set_has_received_messages(true);
}
void