Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-09-30 05:04:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-30 05:05:56 +0300
commit08633167457d7b3ca2f6d7562e84a9fa538af06e (patch)
tree2447dc9e1aa322a30ca02d6f8f731d8e90b2b5b8 /source/blender/compositor
parent714f5078da63e1d32658723eb677a712e19731d6 (diff)
Cleanup: use angle-brackets for email addresses
This is already the most widely used convention. Use this so `make check_spelling_c` will ignore all email addresses.
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/operations/COM_AntiAliasOperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_AntiAliasOperation.cpp b/source/blender/compositor/operations/COM_AntiAliasOperation.cpp
index 2c762323104..3d5e53feb39 100644
--- a/source/blender/compositor/operations/COM_AntiAliasOperation.cpp
+++ b/source/blender/compositor/operations/COM_AntiAliasOperation.cpp
@@ -26,7 +26,7 @@
/* An implementation of the Scale3X edge-extrapolation algorithm.
*
- * Code from GIMP plugin, based on code from Adam D. Moss (adam@gimp.org)
+ * Code from GIMP plugin, based on code from Adam D. Moss <adam@gimp.org>
* licensed by the MIT license.
*/
static int extrapolate9(float *E0,