diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2017-10-06 11:06:12 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2017-10-06 11:06:12 +0000 |
| commit | eb775342472dc4756c48e56ce9a7e629d083a26f (patch) | |
| tree | 740571b85023d3e1f82775948db2b8b03c4ed39c /src | |
| parent | Extract an expr + trailing space (diff) | |
| download | inkscape-eb775342472dc4756c48e56ce9a7e629d083a26f.tar.gz inkscape-eb775342472dc4756c48e56ce9a7e629d083a26f.zip | |
update a comment and remove trail space
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/nr-filter-diffuselighting.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/display/nr-filter-diffuselighting.h b/src/display/nr-filter-diffuselighting.h index 7739b3ea6..5ce505979 100644 --- a/src/display/nr-filter-diffuselighting.h +++ b/src/display/nr-filter-diffuselighting.h @@ -7,7 +7,7 @@ * Authors: * Niko Kiirala <niko@kiirala.com> * Jean-Rene Reinhard <jr@komite.net> - * + * * Copyright (C) 2007 authors * * Released under GNU GPL, read the file 'COPYING' for more information @@ -26,7 +26,7 @@ typedef unsigned int guint32; namespace Inkscape { namespace Filters { - + class FilterDiffuseLighting : public FilterPrimitive { public: FilterDiffuseLighting(); @@ -54,7 +54,7 @@ private: } /* namespace Filters */ } /* namespace Inkscape */ -#endif /* __NR_FILTER_DIFFUSELIGHTING_H__ */ +#endif /* SEEN_NR_FILTER_DIFFUSELIGHTING_H */ /* Local Variables: mode:c++ |
