~kalon33/corsix-th/master

« back to all changes in this revision

Viewing changes to agg/include/agg_color_gray.h

  • Committer: corsixth.bot at gmail
  • Date: 2014-03-31 23:30:23 UTC
  • Revision ID: svn-v4:c39591fa-788f-11de-a72b-d90af8dea425:trunk:2687
Remove trailing whitespaces in .h, .cpp, .c and .lua files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
// Anti-Grain Geometry - Version 2.4
3
3
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
4
4
//
5
 
// Permission to copy, use, modify, sell and distribute this software 
6
 
// is granted provided this copyright notice appears in all copies. 
 
5
// Permission to copy, use, modify, sell and distribute this software
 
6
// is granted provided this copyright notice appears in all copies.
7
7
// This software is provided "as is" without express or implied
8
8
// warranty, and with no claim as to its suitability for any purpose.
9
9
//
13
13
//          http://www.antigrain.com
14
14
//----------------------------------------------------------------------------
15
15
//
16
 
// Adaptation for high precision colors has been sponsored by 
 
16
// Adaptation for high precision colors has been sponsored by
17
17
// Liberty Technology Systems, Inc., visit http://lib-sys.com
18
18
//
19
19
// Liberty Technology Systems, Inc. is the provider of
20
20
// PostScript and PDF technology for software developers.
21
 
// 
 
21
//
22
22
//----------------------------------------------------------------------------
23
23
//
24
24
// color types gray8, gray16
168
168
            calc_type cv, ca;
169
169
            if(cover == cover_mask)
170
170
            {
171
 
                if(c.a == base_mask) 
 
171
                if(c.a == base_mask)
172
172
                {
173
173
                    *this = c;
174
174
                }
355
355
            calc_type cv, ca;
356
356
            if(cover == cover_mask)
357
357
            {
358
 
                if(c.a == base_mask) 
 
358
                if(c.a == base_mask)
359
359
                {
360
360
                    *this = c;
361
361
                }