Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / utility / directoryenumerator.cpp
index 6631b74c97012f0f0341efcae20893e58ffe9fd3..838bdee3d407a05144c49a60cc902637013978e9 100644 (file)
@@ -139,8 +139,8 @@ public:
                 }
                 else
                 {
-                    GMX_THROW_WITH_ERRNO(FileIOError("Failed to list files in a directory"),
-                                         "_findnext", errno);
+                    GMX_THROW_WITH_ERRNO(
+                            FileIOError("Failed to list files in a directory"), "_findnext", errno);
                 }
             }
             *filename = finddata.name;