Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / coordinateio / outputadapters / settimestep.cpp
index 58c494b2c5c7eda72136c708f7ffbc5a7244183f..04d7e8e2096408d14ece18937c0d4d05fdb8bfe2 100644 (file)
@@ -51,8 +51,7 @@
 namespace gmx
 {
 
-real
-SetTimeStep::calculateNewFrameTime(real currentInputFrameTime)
+real SetTimeStep::calculateNewFrameTime(real currentInputFrameTime)
 {
     real currentTime = 0.0;
     if (!haveProcessedFirstFrame_)
@@ -69,8 +68,7 @@ SetTimeStep::calculateNewFrameTime(real currentInputFrameTime)
     return currentTime;
 }
 
-void
-SetTimeStep::processFrame(const int /* framenumber */, t_trxframe *input)
+void SetTimeStep::processFrame(const int /* framenumber */, t_trxframe* input)
 {
     input->time  = calculateNewFrameTime(input->time);
     input->bTime = true;