Indented using indent script.

This commit is contained in:
skarg
2010-05-04 21:06:26 +00:00
parent b2368acc27
commit 710cfccfef
134 changed files with 2901 additions and 3035 deletions
+6 -5
View File
@@ -133,12 +133,13 @@ uint8_t tsm_transaction_idle_count(
/* sets the invokeID */
void tsm_invokeID_set(uint8_t invokeID)
void tsm_invokeID_set(
uint8_t invokeID)
{
if(invokeID == 0) {
invokeID = 1;
}
Current_Invoke_ID=invokeID;
if (invokeID == 0) {
invokeID = 1;
}
Current_Invoke_ID = invokeID;
}
/* gets the next free invokeID,