mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| dllmain.cpp | ||
| OCClientInterface.cpp | ||
| OCClientInterface.h | ||
| OCContextMenu.cpp | ||
| OCContextMenu.def | ||
| OCContextMenu.h | ||
| OCContextMenu.rc | ||
| OCContextMenu.vcxproj | ||
| OCContextMenu.vcxproj.filters | ||
| OCContextMenuFactory.cpp | ||
| OCContextMenuFactory.h | ||
| OCContextMenuRegHandler.cpp | ||
| OCContextMenuRegHandler.h | ||
| RegDelnode.h | ||
| resource.h | ||
| stdafx.cpp | ||
| stdafx.h | ||
| targetver.h | ||