1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-25 03:42:48 +02:00
Nextcloud-Desktop/test/csync
Michael Schuster ad524e8a61
Simplify nullptr comparisons where appropriate
Make the codebase consistent, we already have a lot of implicit pointer comparisons.

Exception: Stay explicit on return's, example:
  return _db != nullptr;

Signed-off-by: Michael Schuster <michael@schuster.ms>
(cherry picked from commit 456c1eadbe)
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-06-11 02:19:57 +02:00
..
csync_tests Replace NULL by nullptr in all C++ files 2020-06-10 04:09:44 +02:00
encoding_tests Simplify nullptr comparisons where appropriate 2020-06-11 02:19:57 +02:00
std_tests Remove unused c_strlist 2018-01-13 13:58:17 +01:00
vio_tests Replace NULL by nullptr in all C++ files 2020-06-10 04:09:44 +02:00
AUTHORS Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00
CMakeLists.txt Modernize out CMakeLists.txt 2018-01-13 13:58:17 +01:00
cmdline.c Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00
COPYING Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00
torture.c Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00
torture.h Compile almost all of csync as C++ 2017-08-22 15:22:56 +02:00
valgrind-csync.supp Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00