comparison libfdproto/messages.c @ 979:b90cb4c07160

Remove more newlines.
author Thomas Klausner <tk@giga.or.at>
date Thu, 14 Mar 2013 18:45:03 +0100
parents 2091bf698fb1
children 80584f0e851a
comparison
equal deleted inserted replaced
978:d978078db9d7 979:b90cb4c07160
799 if ( ! TRACE_BOOL(level) ) 799 if ( ! TRACE_BOOL(level) )
800 return 0; 800 return 0;
801 801
802 /* Check the object */ 802 /* Check the object */
803 if (!VALIDATE_OBJ(obj)) { 803 if (!VALIDATE_OBJ(obj)) {
804 CHECK_FCT( dump_add_str(outstr, offset, outlen, ">>> invalid object (%p)!.\n", obj) ); 804 CHECK_FCT( dump_add_str(outstr, offset, outlen, ">>> invalid object (%p)!.", obj) );
805 return 0; 805 return 0;
806 } 806 }
807 807
808 /* Dump the object */ 808 /* Dump the object */
809 switch (_C(obj)->type) { 809 switch (_C(obj)->type) {
"Welcome to our mercurial repository"