mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Fix indentation in app_db.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83157 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -74,10 +74,10 @@ static int deltree_exec(struct ast_channel *chan, void *data) | ||||
| 	if (strchr(argv, '/')) { | ||||
| 		family = strsep(&argv, "/"); | ||||
| 		keytree = strsep(&argv, "\0"); | ||||
| 			if (!family || !keytree) { | ||||
| 				ast_debug(1, "Ignoring; Syntax error in argument\n"); | ||||
| 				return 0; | ||||
| 			} | ||||
| 		if (!family || !keytree) { | ||||
| 			ast_debug(1, "Ignoring; Syntax error in argument\n"); | ||||
| 			return 0; | ||||
| 		} | ||||
| 		if (ast_strlen_zero(keytree)) | ||||
| 			keytree = 0; | ||||
| 	} else { | ||||
| @@ -85,9 +85,9 @@ static int deltree_exec(struct ast_channel *chan, void *data) | ||||
| 		keytree = 0; | ||||
| 	} | ||||
| 	 | ||||
| 		if (keytree) | ||||
| 	if (keytree) | ||||
| 		ast_verb(3, "DBdeltree: family=%s, keytree=%s\n", family, keytree); | ||||
| 		else | ||||
| 	else | ||||
| 		ast_verb(3, "DBdeltree: family=%s\n", family); | ||||
| 	 | ||||
| 	if (ast_db_deltree(family, keytree)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user