From 558746cb83ddec887e9b2d07c842c178a6e76b55 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 27 Oct 2010 10:32:52 -0700 Subject: [PATCH] Misc refactoring --- src/context2d.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/context2d.cc b/src/context2d.cc index 21d59e4..3bfa671 100644 --- a/src/context2d.cc +++ b/src/context2d.cc @@ -43,7 +43,9 @@ using namespace node; , _.r \ , _.g \ , _.b \ - , context->state->globalAlpha == -1 ? _.a : context->state->globalAlpha); + , context->state->globalAlpha == -1 \ + ? _.a \ + : context->state->globalAlpha); /* * Rectangle arg assertions.