Skip to content

Commit

Permalink
more nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Nov 24, 2021
1 parent b2957b5 commit d62f479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csv_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

#include <assert.h> // for assert
#include <cassert> // for assert
#include <cctype> // for isspace
#include <cmath> // for fabs
#include <cstdio> // for size_t
Expand Down
2 changes: 1 addition & 1 deletion discard.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class DiscardFilter:public Filter
void process() override;

private:
QRegularExpression generateRegExp(const QString& glob_pattern);
static QRegularExpression generateRegExp(const QString& glob_pattern);

private:
char* hdopopt = nullptr;
Expand Down

0 comments on commit d62f479

Please sign in to comment.