Such style. (Code style unification)

This commit is contained in:
Thulinma 2014-06-18 10:39:27 +02:00
parent 57bcd8f25c
commit 8c01ec8897
57 changed files with 6548 additions and 6437 deletions

View file

@ -2,7 +2,7 @@
#include <string>
namespace Secure {
class Auth{
class Auth {
private:
void * pubkey; ///< Holds the public key.
public: