From: Steinar H. Gunderson Date: Tue, 1 Mar 2016 00:00:51 +0000 (+0100) Subject: Fix some comment formatting. X-Git-Tag: 1.4.0~7 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=7f403a37735095a865eff62e29d674d05054cad3;hp=76c0697ba13e98ffdf4a866fab05a4ec74cd5139 Fix some comment formatting. --- diff --git a/effect_chain.cpp b/effect_chain.cpp index b0a1477..60c65f8 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -1194,11 +1194,10 @@ void EffectChain::propagate_alpha() if (alpha_handling == Effect::INPUT_AND_OUTPUT_PREMULTIPLIED_ALPHA || alpha_handling == Effect::INPUT_PREMULTIPLIED_ALPHA_KEEP_BLANK) { // This combination (requiring premultiplied alpha, but _not_ requiring - // linear light) is illegal, // since the combination - // of premultiplied alpha and nonlinear inputs is - // meaningless. + // linear light) is illegal, since the combination of premultiplied alpha + // and nonlinear inputs is meaningless. assert(node->effect->needs_linear_light()); - + // If the effect has asked for premultiplied alpha, check that it has got it. if (any_postmultiplied) { node->output_alpha_type = ALPHA_INVALID;