summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-09-19 09:02:25 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-09-19 09:02:25 +0200
commit036e10fe4846679f710cf5a3571a730ce42563d4 (patch)
treec9ab111dc803f6ba4d1a5d43fc18ba99351d1b10 /mullvad-daemon/src
parent87a0ab01ae8f82ea7f7592b4b59899e479391419 (diff)
downloadmullvadvpn-036e10fe4846679f710cf5a3571a730ce42563d4.tar.xz
mullvadvpn-036e10fe4846679f710cf5a3571a730ce42563d4.zip
Fix comments split over multiple lines
Diffstat (limited to 'mullvad-daemon/src')
-rw-r--r--mullvad-daemon/src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mullvad-daemon/src/main.rs b/mullvad-daemon/src/main.rs
index ed39e2c147..f252d762d3 100644
--- a/mullvad-daemon/src/main.rs
+++ b/mullvad-daemon/src/main.rs
@@ -458,8 +458,7 @@ impl Daemon {
}
/// Set the target state of the client. If it changed trigger the operations needed to
- /// progress
- /// towards that state.
+ /// progress towards that state.
fn set_target_state(&mut self, new_state: TargetState) -> Result<()> {
if new_state != self.target_state {
debug!("Target state {:?} => {:?}", self.target_state, new_state);