From 305db323498adca6cc0d3c6272626e47742c0758 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 31 May 2007 04:14:56 +0000 Subject: On an assignment or initialization split across lines, put the = at the end of the line rather than the start. --- src/x509cert.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/x509cert.cpp') diff --git a/src/x509cert.cpp b/src/x509cert.cpp index fcd63949b..404e56f29 100644 --- a/src/x509cert.cpp +++ b/src/x509cert.cpp @@ -313,8 +313,8 @@ X509_DN create_dn(const Data_Store& info) } }; - std::multimap names - = info.search_with(DN_Matcher()); + std::multimap names = + info.search_with(DN_Matcher()); X509_DN dn; @@ -349,8 +349,8 @@ AlternativeName create_alt_name(const Data_Store& info) std::vector matches; }; - std::multimap names - = info.search_with(AltName_Matcher("RFC822/DNS/URI")); + std::multimap names = + info.search_with(AltName_Matcher("RFC822/DNS/URI")); AlternativeName alt_name; -- cgit v1.2.3