Ignore:
Timestamp:
Apr 26, 2007, 8:21:31 PM (19 years ago)
Author:
RBRi
Message:

format fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/CharUtilsUnit.pas

    r117 r121  
    3838
    3939  // Returns the difference of the pointers
    40   Function PCharPointerDiff(const aMinuend: PChar; const aSubtrahend : PChar ) : Longword;
     40  Function PCharPointerDiff(const aMinuend: PChar; const aSubtrahend : PChar) : Longword;
    4141
    4242Implementation
     
    7777
    7878
    79   Function PCharPointerDiff(const aMinuend: PChar; const aSubtrahend : PChar ) : Longword;
     79  Function PCharPointerDiff(const aMinuend: PChar; const aSubtrahend : PChar) : Longword;
    8080  begin
    8181    Result := Longword(aMinuend) - Longword(aSubtrahend);
Note: See TracChangeset for help on using the changeset viewer.