Skip to content

Commit 73c79b2

Browse files
committed
Clang format
1 parent b989dc0 commit 73c79b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EnergyPlus/RoomAirModelManager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@ namespace RoomAir {
27292729
SupplyNodeNum = HVACVariableRefrigerantFlow::GetVRFTUZoneInletAirNode(state, EquipIndex);
27302730
} break;
27312731
case DataZoneEquipment::ZoneEquipType::EnergyRecoveryVentilator: { // ZoneHVAC : EnergyRecoveryVentilator
2732-
//SupplyNodeNum = GetFanOutletNode(state, "Fan:OnOff", EquipName, errorfound);
2732+
// SupplyNodeNum = GetFanOutletNode(state, "Fan:OnOff", EquipName, errorfound);
27332733
} break;
27342734
case DataZoneEquipment::ZoneEquipType::FourPipeFanCoil: { // ZoneHVAC : FourPipeFanCoil
27352735
SupplyNodeNum = FanCoilUnits::GetFanCoilZoneInletAirNode(state, EquipIndex);

0 commit comments

Comments
 (0)