Skip to content

Commit

Permalink
src: fix whitespace/braces lint error from 962686b
Browse files Browse the repository at this point in the history
Silly warning.  One day I'll probably remove it altogether, see if I
don't.
  • Loading branch information
bnoordhuis committed Nov 4, 2013
1 parent 9bc53d8 commit 7acdabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,7 @@ void SetupProcessObject(Environment* env,

#if HAVE_OPENSSL
// Stupid code to slice out the version string.
{
{ // NOLINT(whitespace/braces)
size_t i, j, k;
int c;
for (i = j = 0, k = sizeof(OPENSSL_VERSION_TEXT) - 1; i < k; ++i) {
Expand Down

0 comments on commit 7acdabb

Please sign in to comment.