Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit aa585e3

Browse files
Removing trailing spaces
1 parent 3af2ce3 commit aa585e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,19 +1077,19 @@ private void checkSanity(final List<DomainRouterVO> routers) {
10771077
continue;
10781078
}
10791079
checkedNetwork.add(routerGuestNtwkId);
1080-
1080+
10811081
final List<DomainRouterVO> checkingRouters;
1082-
Long vpcId = router.getVpcId();
1082+
final Long vpcId = router.getVpcId();
10831083
if (vpcId != null) {
10841084
checkingRouters = _routerDao.listByVpcId(vpcId);
10851085
} else {
10861086
checkingRouters = _routerDao.listByNetworkAndRole(routerGuestNtwkId, Role.VIRTUAL_ROUTER);
10871087
}
1088-
1088+
10891089
if (checkingRouters.size() != 2) {
10901090
continue;
10911091
}
1092-
1092+
10931093
DomainRouterVO masterRouter = null;
10941094
DomainRouterVO backupRouter = null;
10951095
for (final DomainRouterVO r : checkingRouters) {

0 commit comments

Comments
 (0)