Przeglądaj źródła

tsilo: fixed some wrong white spacing identation

Daniel-Constantin Mierla 10 lat temu
rodzic
commit
f3eb697a23
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      modules/tsilo/ts_append.c

+ 3 - 3
modules/tsilo/ts_append.c

@@ -50,9 +50,9 @@ int ts_append(struct sip_msg* msg, str *ruri, char *table) {
 
 	if (res != 0) {
 		LM_ERR("failed to retrieve record for %.*s\n", ruri->len, ruri->s);
-		 unlock_entry_by_ruri(ruri);
-		 return -1;
-        }
+		unlock_entry_by_ruri(ruri);
+		return -1;
+	}
 
 	ptr = _r->transactions;