Skip to content

Commit

Permalink
Run clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ckP3rsl3y committed Dec 5, 2024
1 parent bc1dc61 commit 4a2af22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SW_netCDF_Input.c
Original file line number Diff line number Diff line change
Expand Up @@ -5870,8 +5870,8 @@ static void get_invar_information(
}
}

if (readInVars[eSW_InSoil][0] &&
!hasConstSoilLyrs && numReadSoilVars < numVarsInKey[eSW_InSoil] - 1) {
if (readInVars[eSW_InSoil][0] && !hasConstSoilLyrs &&
numReadSoilVars < numVarsInKey[eSW_InSoil] - 1) {
LogError(
LogInfo,
LOGERROR,
Expand Down

0 comments on commit 4a2af22

Please sign in to comment.