Skip to content

Commit ccd79ac

Browse files
rajkan01hugueskamba
andcommitted
Apply suggestions from code review
Co-authored-by: Hugues Kamba <[email protected]>
1 parent 8d7d90c commit ccd79ac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2020 Arm Limited. All rights reserved.
1+
# Copyright (c) 2020 Arm Limited. All rights reserved.
22
#
33
# SPDX-License-Identifier: Apache-2.0
44
#
@@ -84,9 +84,9 @@ matrix:
8484
- ccache -s
8585

8686
- <<: *cmake-build-test
87-
name: "CMake tls example - release (K64F)"
87+
name: "CMake TLS example - release (K64F)"
8888
env: NAME=cmake_test TARGET_NAME=K64F PROFILE=release CACHE_NAME=release-K64F
8989

9090
- <<: *cmake-build-test
91-
name: "CMake blinky example - debug (K64F)"
91+
name: "CMake TLS example - debug (K64F)"
9292
env: NAME=cmake_test TARGET_NAME=K64F PROFILE=debug CACHE_NAME=debug-K64F

authcrypt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ target_include_directories(${APP_TARGET}
2626

2727
target_sources(${APP_TARGET}
2828
PRIVATE
29-
authcrypt.cpp
29+
authcrypt.cpp
3030
main.cpp
3131
)
3232

tls-client/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ target_include_directories(${APP_TARGET}
2626

2727
target_sources(${APP_TARGET}
2828
PRIVATE
29-
HelloHttpsClient.cpp
29+
HelloHttpsClient.cpp
3030
main.cpp
3131
)
3232

0 commit comments

Comments
 (0)