Navigation


Changeset 1391:a2e760b28cb6 in freeDiameter for extensions


Ignore:
Timestamp:
Nov 15, 2019, 7:21:59 PM (4 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

rt_randomize: whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_randomize/rt_randomize.c

    r1284 r1391  
    4747        int max_score = -1;
    4848        int max_score_count = 0;
    49        
     49
    5050        TRACE_ENTRY("%p %p %p", cbdata, msg, candidates);
    51        
     51
    5252        CHECK_PARAMS(msg && candidates);
    53        
     53
    5454        /* Check if it is worth processing the message */
    5555        if (FD_IS_LIST_EMPTY(candidates))
Note: See TracChangeset for help on using the changeset viewer.