Tidy: modernize-use-nullptr
[alexxy/gromacs.git] / src / gromacs / math / units.cpp
index 13c34786a3325183332b5428155111344569e7fb..c4fb43ed079df1fac1408a7f06920867379901b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2010,2011,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2010,2011,2014,2015,2017, 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.
@@ -132,5 +132,5 @@ const char *unit2string(int unit)
         return eg2c_names[unit];
     }
 
-    return NULL;
+    return nullptr;
 }