Applied clang-tidy on rtengine/FTblockDN.cc

- Applied `clang-tidy` 3.8 with these checks and `-fix`:
  google-readability-casting,modernize-redundant-void-arg,
  modernize-use-bool-literals,modernize-use-nullptr,
  modernize-use-override,readability-braces-around-statements,
  readability-container-size-empty,
  readability-inconsistent-declaration-parameter-name,
  readability-redundant-control-flow,readability-redundant-string-cstr,
  readability-redundant-string-init,readability-simplify-boolean-expr,
  readability-static-definition-in-anonymous-namespace
- Renamed last occurrences of `ULIM` to `median`
- Removed double include of `median.h` from `rtengine/rawimagesource.cc`
  (found by Ingo)
This commit is contained in:
Flössie
2016-07-09 12:52:59 +02:00
parent 7f66eb5ec4
commit 2e9f3fb9dc
6 changed files with 177 additions and 178 deletions

View File

@@ -33,7 +33,6 @@
#include "dcp.h"
#include "rt_math.h"
#include "improcfun.h"
#include "median.h"
#ifdef _OPENMP
#include <omp.h>
#endif