Add newline at end of file and remove un needed commant

pull/9668/head
Moran Peker 2019-02-25 11:13:01 +02:00 committed by Moran Peker
parent 92a9b3f736
commit f02f6e3cf9
2 changed files with 1 additions and 8 deletions

View File

@ -46,4 +46,4 @@ const uint8_t temp_ram_page_data[] = {
0x31, 0x32
};
uint8_t impl_id_data[TEMP_IMPL_ID_DATA_SIZE] = {TEMP_IMPL_ID_DATA};
uint8_t impl_id_data[TEMP_IMPL_ID_DATA_SIZE] = {TEMP_IMPL_ID_DATA};

View File

@ -16,13 +16,6 @@
* limitations under the License.
*/
/***************************************************************************/
/* DRAFT UNDER REVIEW */
/* These APIs are still evolving and are meant as a prototype for review.*/
/* The APIs will change depending on feedback and will be firmed up */
/* to a stable set of APIs once all the feedback has been considered. */
/***************************************************************************/
#ifndef __PSA_INITIAL_ATTESTATION_IMPL_H__
#define __PSA_INITIAL_ATTESTATION_IMPL_H__