Fix the boiler plate codes
[platform/framework/native/appfw.git] / src / security / cert / FSecCert_Certificate.h
old mode 100755 (executable)
new mode 100644 (file)
index b3a4f86..ff84b6a
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -88,8 +87,8 @@ private:
        _X509CertSubPublicKeyInfo& operator =(const _X509CertSubPublicKeyInfo& rhs);
 
 private:
-       std::unique_ptr<char[]> __pPubKeyAlg;
-       std::unique_ptr<byte[]> __publicKey;
+       std::unique_ptr< char[] > __pPubKeyAlg;
+       std::unique_ptr< byte[] > __publicKey;
        int __publicKeySize;
 
 }; //_X509CertSubPublicKeyInfo
@@ -152,9 +151,9 @@ private:
        int __version;
        int __serialNumberLen;
        byte __serialNumber[_MAX_SERIAL_NUMBER_SIZE];
-       std::unique_ptr<byte[]> __pIssuer;
-       std::unique_ptr<byte[]> __pSubject;
-       std::unique_ptr<char[]> __pSignatureAlgoId;
+       std::unique_ptr< byte[] > __pIssuer;
+       std::unique_ptr< byte[] > __pSubject;
+       std::unique_ptr< char[] > __pSignatureAlgoId;
        _CertExtension __extension;
        _X509CertSubPublicKeyInfo __subPubKeyInfo;
        _X509CertValidity __validity;