Skip to content

Commit

Permalink
apply indentation standard
Browse files Browse the repository at this point in the history
  • Loading branch information
dsambit committed Feb 13, 2024
1 parent 53dae6b commit ec58e9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dft/densityFirstOrderResponseCalculator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ namespace dftfe
}


dftfe::utils::MemoryStorage<double, memorySpace> onesVec(BVec, spinPolarizedFactor);
dftfe::utils::MemoryStorage<double, memorySpace> onesVec(
BVec, spinPolarizedFactor);

std::vector<
dftfe::utils::MemoryStorage<double, dftfe::utils::MemorySpace::HOST>>
Expand Down

0 comments on commit ec58e9f

Please sign in to comment.