Update of /cvsroot/mod-c/ehtml/samples
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17613/samples
Modified Files:
03upload.cpp
Log Message:
Indentation changes.
Index: 03upload.cpp
===================================================================
RCS file: /cvsroot/mod-c/ehtml/samples/03upload.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 03upload.cpp 6 Dec 2006 15:30:03 -0000 1.1
--- 03upload.cpp 6 Dec 2006 15:31:36 -0000 1.2
***************
*** 53,57 ****
out << "dev.ino="
<< hex << setw(8) << setfill('0') << st.st_dev << '.'
! << hex << setw(8) << setfill('0') << st.st_ino << "<br/>" << endl;
out << "mode=" << oct << setw(6) << setfill('0') << st.st_mode << dec
<< " owner=" << st.st_uid << ":" << st.st_gid
--- 53,58 ----
out << "dev.ino="
<< hex << setw(8) << setfill('0') << st.st_dev << '.'
! << hex << setw(8) << setfill('0') << st.st_ino
! << "<br/>" << endl;
out << "mode=" << oct << setw(6) << setfill('0') << st.st_mode << dec
<< " owner=" << st.st_uid << ":" << st.st_gid
|