]> source.dussan.org Git - gitea.git/commitdiff
Replace white spaces with tab for format consistency
authorTony Tsang <tony@tcnhk.com>
Tue, 14 Oct 2014 09:31:35 +0000 (17:31 +0800)
committerTony Tsang <tony@tcnhk.com>
Tue, 14 Oct 2014 09:31:35 +0000 (17:31 +0800)
models/action.go

index 2fb0771071ad3a41fff440dbcb7b23774802a380..334d143d2c14efb1a57e188f147b5bc864473ea3 100644 (file)
@@ -154,8 +154,8 @@ func updateIssuesCommit(userId, repoId int64, repoUserName, repoName string, com
                                if err = UpdateIssue(issue); err != nil {
                                        return err
                                } else if err = UpdateIssueUserPairsByStatus(issue.Id, issue.IsClosed); err != nil {
-                    return err
-                }
+                                       return err
+                               }
 
                                if err = ChangeMilestoneIssueStats(issue); err != nil {
                                        return err