Navigation


Changeset 979:b90cb4c07160 in freeDiameter for doc


Ignore:
Timestamp:
Mar 15, 2013, 2:45:03 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Remove more newlines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/dbg_interactive.py.sample

    r782 r979  
    5353# Note: the python version does not support printf-like argument list. The formating should be done in python.
    5454#       See SWIG documentation about varargs functions for more information.
    55 fd_log_debug_fstr(None, "3 + 4 = %d\n" % (7))
     55fd_log_debug_fstr(None, "3 + 4 = %d" % (7))
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.