Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / simd / impl_arm_neon / impl_arm_neon_general.h
index 696a53d90234a3170144333437814e4f8ccc8652..966fb4ce370c8e865640668eba71cc2135617999 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 namespace gmx
 {
 
-static inline void
-simdPrefetch(void * m)
+static inline void simdPrefetch(void* m)
 {
 #ifdef __GNUC__
     __builtin_prefetch(m);
 #endif
 }
 
-}      // namespace gmx
+} // namespace gmx
 
 #endif // GMX_SIMD_IMPL_ARM_NEON_GENERAL_H