diff options
author | Vincent Richard <[email protected]> | 2006-11-17 22:57:14 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2006-11-17 22:57:14 +0000 |
commit | c00aa1fc5e842131ef824dd909411ba0319409bf (patch) | |
tree | 8a8c647f87a32b0ae974e45b103572bbfa4e0e81 /examples/example6.cpp | |
parent | Imbue classic 'C' locale for unformatted output. (diff) | |
download | vmime-c00aa1fc5e842131ef824dd909411ba0319409bf.tar.gz vmime-c00aa1fc5e842131ef824dd909411ba0319409bf.zip |
Fixed indentation.
Diffstat (limited to 'examples/example6.cpp')
-rw-r--r-- | examples/example6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example6.cpp b/examples/example6.cpp index 984d14e0..9fbfbf3d 100644 --- a/examples/example6.cpp +++ b/examples/example6.cpp @@ -147,7 +147,7 @@ class interactiveCertificateVerifier : public vmime::security::cert::defaultCert { public: - void verify(vmime::ref <vmime::security::cert::certificateChain> chain) + void verify(vmime::ref <vmime::security::cert::certificateChain> chain) { try { |