Skip to content

Commit 64fef54

Browse files
committed
secure_number.h: Fix style
1 parent 4c1097e commit 64fef54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/secure_number.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
#ifndef SECURE_NUMBER_H
18-
#define SECURE_NUMBER_H
17+
#ifndef __SECURE_NUMBER_H__
18+
#define __SECURE_NUMBER_H__
1919

2020
#include "uvisor-lib/uvisor-lib.h"
2121
#include <stdint.h>
2222

23-
2423
UVISOR_EXTERN uint32_t (*secure_number_get_number)(void);
2524

2625
UVISOR_EXTERN uvisor_rpc_result_t (*secure_number_set_number)(uint32_t number);
2726

28-
#endif /* SECURE_NUMBER_H */
27+
#endif /* __SECURE_NUMBER_H__ */

0 commit comments

Comments
 (0)