diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-05-22 10:17:24 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-05-22 10:17:24 +0900 |
commit | 34764f3020c360ebc769cfe154e79b9e7e98f0f7 (patch) | |
tree | c32c38191057f463daa9a8fb34be8d91492e6431 /jobs | |
parent | f51d9ba6c4aa7d682eac7aae49a025721d298045 (diff) | |
download | libquotient-34764f3020c360ebc769cfe154e79b9e7e98f0f7.tar.gz libquotient-34764f3020c360ebc769cfe154e79b9e7e98f0f7.zip |
Cleanup
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/passwordlogin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/passwordlogin.h b/jobs/passwordlogin.h index 713a1821..6b7db0b3 100644 --- a/jobs/passwordlogin.h +++ b/jobs/passwordlogin.h @@ -40,4 +40,4 @@ namespace QMatrixClient class Private; Private* d; }; -} +} // namespace QMatrixClient |