Ignore:
Timestamp:
2008-08-15T15:26:28+12:00 (16 years ago)
Author:
davidb
Message:

Minor white space changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/receptionist.cpp

    r16310 r16819  
    830830    // location response (url may contain macros!!)
    831831    response_data = expandmacros (response_data, args, logout);
     832
    832833    contentout << text_t2ascii << "Location: " << response_data << "\n\n";
    833834    contentout << flush;
     835
    834836    return true;
    835837  } else if (response == content) {
Note: See TracChangeset for help on using the changeset viewer.