From b2805409566af00bc15639494f5a186fbd2f16e6 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 20:15:42 +0000 Subject: More indenting changes --- nGenEx/Encrypt.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'nGenEx/Encrypt.h') diff --git a/nGenEx/Encrypt.h b/nGenEx/Encrypt.h index 9024740..176996e 100644 --- a/nGenEx/Encrypt.h +++ b/nGenEx/Encrypt.h @@ -1,15 +1,15 @@ /* Project nGenEx - Destroyer Studios LLC - Copyright © 1997-2004. All Rights Reserved. + Destroyer Studios LLC + Copyright © 1997-2004. All Rights Reserved. - SUBSYSTEM: nGenEx.lib - FILE: Encrypt.h - AUTHOR: John DiCamillo + SUBSYSTEM: nGenEx.lib + FILE: Encrypt.h + AUTHOR: John DiCamillo - OVERVIEW - ======== - Simple Encryption / Decryption class + OVERVIEW + ======== + Simple Encryption / Decryption class */ @@ -24,15 +24,15 @@ class Encryption { public: - // private key encryption / decryption of - // arbitrary blocks of data - static Text Encrypt(Text block); - static Text Decrypt(Text block); - - // encode / decode binary blocks into - // ascii strings for use in text files - static Text Encode(Text block); - static Text Decode(Text block); + // private key encryption / decryption of + // arbitrary blocks of data + static Text Encrypt(Text block); + static Text Decrypt(Text block); + + // encode / decode binary blocks into + // ascii strings for use in text files + static Text Encode(Text block); + static Text Decode(Text block); }; #endif Encrypt_h \ No newline at end of file -- cgit v1.1