git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd22a65
)
Ticket 12. Formatting fixed.
author
Elena Mamontova
<helenh463@gmail.com>
Tue, 15 Dec 2015 09:07:24 +0000
(11:07 +0200)
committer
Elena Mamontova
<helenh463@gmail.com>
Tue, 15 Dec 2015 09:07:24 +0000
(11:07 +0200)
projects/stargazer/users_impl.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/users_impl.cpp
b/projects/stargazer/users_impl.cpp
index 70a079bf8fb20608b9e47c1154566a833b4645ad..60a36335b6a4040910d1e21a9c66ef681b711832 100644
(file)
--- a/
projects/stargazer/users_impl.cpp
+++ b/
projects/stargazer/users_impl.cpp
@@
-362,14
+362,15
@@
for (unsigned int i = 0; i < usersList.size(); i++)
if (ui->ReadStat() < 0)
return -1;
- } else
- {
- if (ui->ReadConf() < 0)
- errors++;
-
- if (ui->ReadStat() < 0)
- errors++;
- }
+ }
+ else
+ {
+ if (ui->ReadConf() < 0)
+ errors++;
+
+ if (ui->ReadStat() < 0)
+ errors++;
+ }
}
if (errors > 0)