From 894874fe75ce079ad57e9d5e19813193b129152d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 10 Sep 2016 04:57:48 -0400 Subject: Whitespace checkin --- ec2n.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ec2n.h') diff --git a/ec2n.h b/ec2n.h index f89fd7bd..959c1e92 100644 --- a/ec2n.h +++ b/ec2n.h @@ -29,7 +29,7 @@ struct CRYPTOPP_DLL EC2NPoint {return (identity && t.identity) || (!identity && !t.identity && x==t.x && y==t.y);} bool operator< (const EC2NPoint &t) const {return identity ? !t.identity : (!t.identity && (x