Update of /cvsroot/jython/jython/org/python/core
In directory usw-pr-cvs1:/tmp/cvs-serv401
Modified Files:
AutoInternalTables.java InternalTables.java
InternalTables1.java PyFinalizableInstance.java
SoftIInternalTables.java ThreadStateMapping2.java
WeakInternalTables.java codecs.java
Log Message:
Consistent formatting. Last line must end with a linebreak.
Index: AutoInternalTables.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/AutoInternalTables.java,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** AutoInternalTables.java 2000/12/31 02:56:55 2.2
--- AutoInternalTables.java 2001/02/01 13:48:26 2.3
***************
*** 150,152 ****
}
! }
\ No newline at end of file
--- 150,152 ----
}
! }
Index: InternalTables.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/InternalTables.java,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -r2.4 -r2.5
*** InternalTables.java 2000/12/31 02:56:55 2.4
--- InternalTables.java 2001/02/01 13:48:26 2.5
***************
*** 94,96 ****
}
! }
\ No newline at end of file
--- 94,96 ----
}
! }
Index: InternalTables1.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/InternalTables1.java,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** InternalTables1.java 2000/12/16 16:43:33 2.2
--- InternalTables1.java 2001/02/01 13:48:26 2.3
***************
*** 203,205 ****
adapters = new Hashtable();
}
! }
\ No newline at end of file
--- 203,205 ----
adapters = new Hashtable();
}
! }
Index: PyFinalizableInstance.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/PyFinalizableInstance.java,v
retrieving revision 2.1
retrieving revision 2.2
diff -C2 -r2.1 -r2.2
*** PyFinalizableInstance.java 2000/09/27 21:12:52 2.1
--- PyFinalizableInstance.java 2001/02/01 13:48:26 2.2
***************
*** 16,18 ****
__class__.__del__.__call__(this);
}
! }
\ No newline at end of file
--- 16,18 ----
__class__.__del__.__call__(this);
}
! }
Index: SoftIInternalTables.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/SoftIInternalTables.java,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** SoftIInternalTables.java 2000/12/27 21:05:41 2.2
--- SoftIInternalTables.java 2001/02/01 13:48:26 2.3
***************
*** 32,34 ****
}
! }
\ No newline at end of file
--- 32,34 ----
}
! }
Index: ThreadStateMapping2.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/ThreadStateMapping2.java,v
retrieving revision 2.1
retrieving revision 2.2
diff -C2 -r2.1 -r2.2
*** ThreadStateMapping2.java 2000/12/17 15:11:27 2.1
--- ThreadStateMapping2.java 2001/02/01 13:48:26 2.2
***************
*** 24,26 ****
return ts;
}
! }
\ No newline at end of file
--- 24,26 ----
return ts;
}
! }
Index: WeakInternalTables.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/WeakInternalTables.java,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** WeakInternalTables.java 2000/12/27 21:05:41 2.3
--- WeakInternalTables.java 2001/02/01 13:48:26 2.4
***************
*** 32,34 ****
}
! }
\ No newline at end of file
--- 32,34 ----
}
! }
Index: codecs.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/codecs.java,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** codecs.java 2001/01/21 16:24:31 2.5
--- codecs.java 2001/02/01 13:48:26 2.6
***************
*** 481,483 ****
throw Py.ValueError(type + " decoding error; unknown error handling code: " + errors);
}
! }
\ No newline at end of file
--- 481,483 ----
throw Py.ValueError(type + " decoding error; unknown error handling code: " + errors);
}
! }
|