Tidy: modernize-use-nullptr
[alexxy/gromacs.git] / src / gromacs / fileio / tests / tngio.cpp
index 2b19f25c33bb9dd4457cbc223caa359e09e11a4e..4d2e7b68eed196b92b448e98401b2695fea033f9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2013,2014,2016, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2016,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.
@@ -74,7 +74,7 @@ TEST_F(TngTest, CanOpenTngFile)
 
 TEST_F(TngTest, CloseBeforeOpenIsNotFatal)
 {
-    tng_trajectory_t tng = NULL;
+    tng_trajectory_t tng = nullptr;
     gmx_tng_close(&tng);
 }