Skip to content

Commit e07ca82

Browse files
committed
kernel: add space file
this is a dummy change. Signed-off-by: Anas Nashif <[email protected]>
1 parent 1f8cb3d commit e07ca82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel/thread.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
/*
23
* Copyright (c) 2010-2014 Wind River Systems, Inc.
34
*
@@ -6,7 +7,7 @@
67

78
/**
89
* @file
9-
* @brief Kernel thread support
10+
* @brief Kernel thread support.
1011
*
1112
* This module provides general purpose thread support.
1213
*/

0 commit comments

Comments
 (0)