]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Removing empty lines
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Fri, 7 Nov 2008 11:23:41 +0000 (11:23 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Fri, 7 Nov 2008 11:23:41 +0000 (11:23 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1392 35b4ef3e-fd22-0410-ab77-dab3279adceb

include/fosa_group_clocks.h

index 5b032f3305206788318f2017b6727091e2b732e3..1c38222e0167900d763a442c2028da716e972e2a 100644 (file)
@@ -166,13 +166,12 @@ int fosa_thread_set_add(fosa_thread_set_id_t set,
  * notify it to the system console and then terminate the FRSH
  * implementation and dependant applications
  **/
-
 int fosa_thread_set_del(fosa_thread_set_id_t set, 
                           fosa_thread_id_t thread_id);
 
 
 /**
- * fosa_get_setcpu_clock()
+ * fosa_get_groupcpu_clock()
  *
  * Get the identifier of a cpu-time clock associated to a thread 
  * set
@@ -189,7 +188,6 @@ int fosa_thread_set_del(fosa_thread_set_id_t set,
  * notify it to the system console and then terminate the FRSH
  * implementation and dependant applications
  **/
-
 int fosa_get_groupcpu_clock(const fosa_thread_set_id_t set,
                             fosa_clock_id_t *clock_id);