8134984: Text files should end in exactly one newline

Automated fixup of newlines at end-of-file via the usual perl one-liner

Reviewed-by: chegar, sherman
This commit is contained in:
Martin Buchholz 2015-09-02 14:11:50 -07:00
parent 564b2c9337
commit 24742f7b1d
156 changed files with 86 additions and 234 deletions

View File

@ -25,5 +25,3 @@ Simple Build Instructions:
5. Construct the images: 5. Construct the images:
cd make && gnumake images cd make && gnumake images
The resulting JDK image should be found in build/*/j2sdk-image The resulting JDK image should be found in build/*/j2sdk-image

View File

@ -23,5 +23,3 @@
<a href="CLSFractal.java">The source</a>. <a href="CLSFractal.java">The source</a>.
</body> </body>
</html> </html>

View File

@ -14,9 +14,3 @@
<a href="XYZApp.java">The source</a>. <a href="XYZApp.java">The source</a>.
</body> </body>
</html> </html>

View File

@ -66,5 +66,3 @@ Java_java_util_zip_Adler32_updateByteBuffer(JNIEnv *env, jclass cls, jint adler,
} }
return adler; return adler;
} }

View File

@ -275,6 +275,3 @@ message/rfc822: \
application/xml: \ application/xml: \
description=XML document;\ description=XML document;\
file_extensions=.xml file_extensions=.xml

View File

@ -272,5 +272,3 @@ message/rfc822: \
application/xml: \ application/xml: \
description=XML document;\ description=XML document;\
file_extensions=.xml file_extensions=.xml

View File

@ -278,5 +278,3 @@ public class CDataTransferer extends DataTransferer {
return false; return false;
} }
} }

View File

@ -1406,5 +1406,3 @@ JNF_COCOA_EXIT(env);
return underMouse; return underMouse;
} }

View File

@ -80,5 +80,3 @@ struct Format3AnchorTable : AnchorTable
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -104,5 +104,3 @@ public:
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -63,5 +63,3 @@ LE_VAR_ARRAY(CursiveAttachmentSubtable, entryExitRecords)
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -61,5 +61,3 @@ LE_VAR_ARRAY(DeviceTable, deltaValues)
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -63,5 +63,3 @@ private:
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -62,5 +62,3 @@ LE_VAR_ARRAY(MarkArray, markRecordArray)
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -109,5 +109,3 @@ LE_VAR_ARRAY(PairPositioningFormat2Subtable, class1RecordArray)
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -71,5 +71,3 @@ LE_VAR_ARRAY(SinglePositioningFormat2Subtable, valueRecordArray)
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -68,5 +68,3 @@ LE_VAR_ARRAY(SingleSubstitutionFormat2Subtable, substituteArray)
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -129,5 +129,3 @@ inline ThaiShaping::StateTransition ThaiShaping::getTransition(le_uint8 state, l
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -94,5 +94,3 @@ enum ValueFormatBits
U_NAMESPACE_END U_NAMESPACE_END
#endif #endif

View File

@ -1836,5 +1836,3 @@ cmsBool CMSEXPORT cmsPipelineEvalReverseFloat(cmsFloat32Number Target[],
return TRUE; return TRUE;
} }

View File

@ -201,5 +201,3 @@ void CMSEXPORT _cmsMAT3eval(cmsVEC3* r, const cmsMAT3* a, const cmsVEC3* v)
r->n[VY] = a->v[1].n[VX]*v->n[VX] + a->v[1].n[VY]*v->n[VY] + a->v[1].n[VZ]*v->n[VZ]; r->n[VY] = a->v[1].n[VX]*v->n[VX] + a->v[1].n[VY]*v->n[VY] + a->v[1].n[VZ]*v->n[VZ];
r->n[VZ] = a->v[2].n[VX]*v->n[VX] + a->v[2].n[VY]*v->n[VY] + a->v[2].n[VZ]*v->n[VZ]; r->n[VZ] = a->v[2].n[VX]*v->n[VX] + a->v[2].n[VY]*v->n[VY] + a->v[2].n[VZ]*v->n[VZ];
} }

View File

@ -989,5 +989,3 @@ void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID)
{ {
return _cmsContextGetClientChunk(ContextID, UserPtr); return _cmsContextGetClientChunk(ContextID, UserPtr);
} }

View File

@ -376,5 +376,3 @@ cmsBool CMSEXPORT cmsAdaptToIlluminant(cmsCIEXYZ* Result,
return TRUE; return TRUE;
} }

View File

@ -84,5 +84,3 @@ HRESULT DwmAPI::DwmGetWindowAttribute(HWND hwnd, DWORD dwAttribute,
} }
throw FunctionUnavailableException(); throw FunctionUnavailableException();
} }

View File

@ -131,5 +131,3 @@ THINGS TO DO:
2. Handle exceptions properly. The current code lacks error checking 2. Handle exceptions properly. The current code lacks error checking
and recovery. This leads to random runtime crashes. and recovery. This leads to random runtime crashes.

View File

@ -126,8 +126,3 @@ Java Logging Overview</a>.
</body> </body>
</html> </html>

View File

@ -374,5 +374,3 @@ class TestDialog extends Dialog
} }
}// TestDialog class }// TestDialog class

View File

@ -442,6 +442,3 @@ public class InterfaceMethodsTest extends TestScaffold {
} }
} }
} }

View File

@ -1215,5 +1215,3 @@ runit()
# Don't know how this arises # Don't know how this arises
debuggeeFailIfPresent "Internal exception" debuggeeFailIfPresent "Internal exception"
} }

View File

@ -7,5 +7,3 @@ grant {
//permission java.net.SocketPermission "*:636", "connect"; //permission java.net.SocketPermission "*:636", "connect";
//permission javax.security.auth.AuthPermission "modifyPrincipals"; //permission javax.security.auth.AuthPermission "modifyPrincipals";
}; };

View File

@ -135,5 +135,3 @@ public class Test3 {
} }
} }
} }

View File

@ -79,5 +79,3 @@ public class LCDScale extends Component {
} }
} }
} }

View File

@ -426,5 +426,3 @@ class TestDialog extends Dialog
} }
}// TestDialog class }// TestDialog class

View File

@ -421,5 +421,3 @@ class TestDialog extends Dialog
} }
}// TestDialog class }// TestDialog class

View File

@ -424,5 +424,3 @@ class TestDialog extends Dialog
} }
}// TestDialog class }// TestDialog class

View File

@ -425,5 +425,3 @@ class TestDialog extends Dialog
} }
}// TestDialog class }// TestDialog class

View File

@ -430,5 +430,3 @@ class TestDialog extends Dialog
} }
}// TestDialog class }// TestDialog class

View File

@ -144,5 +144,3 @@ public class JContainerMousePositionTest {
frame1.setVisible(true); frame1.setVisible(true);
} }
} }

View File

@ -120,5 +120,3 @@ public class CTORRestrictions_Disable {
frame.dispatchEvent( ( AWTEvent )meOld ); frame.dispatchEvent( ( AWTEvent )meOld );
} }
} }

View File

@ -59,5 +59,3 @@ Confirm the following two behaviors:
<APPLET CODE="bug4490692.class" WIDTH=0 HEIGHT=0></APPLET> <APPLET CODE="bug4490692.class" WIDTH=0 HEIGHT=0></APPLET>
</body> </body>
</html> </html>

View File

@ -45,5 +45,3 @@ Confirm the following behavior:
<APPLET CODE="bug4959409.class" WIDTH=0 HEIGHT=0></APPLET> <APPLET CODE="bug4959409.class" WIDTH=0 HEIGHT=0></APPLET>
</body> </body>
</html> </html>

View File

@ -12,6 +12,3 @@ java WriteAddedSuperClass
rm A.class AddedSuperClass.class rm A.class AddedSuperClass.class
javac ReadAddedSuperClass2.java javac ReadAddedSuperClass2.java
java ReadAddedSuperClass2 java ReadAddedSuperClass2

View File

@ -44,5 +44,3 @@ esac
# now start the test # now start the test
${TESTJAVA}/bin/java ${TESTVMOPTS} -cp ${TESTSRC}${FS}resource.jar${PS}${TESTCLASSES} GetDotResource ${TESTJAVA}/bin/java ${TESTVMOPTS} -cp ${TESTSRC}${FS}resource.jar${PS}${TESTCLASSES} GetDotResource

View File

@ -69,5 +69,3 @@ if [ $failures -gt 0 ];
then echo "$failures test(s) failed"; then echo "$failures test(s) failed";
else echo "All test(s) passed"; fi else echo "All test(s) passed"; fi
exit $failures exit $failures

View File

@ -33,6 +33,3 @@
* ) * )
echo "unrecognized system: $OS" ;; echo "unrecognized system: $OS" ;;
esac esac

View File

@ -31,5 +31,3 @@ For step 4 (re-building libLauncher.so) the following environment is required:
(c) Execute the make script :- (c) Execute the make script :-
Solaris: gnumake all Solaris: gnumake all
Linux: gmake all Linux: gmake all

View File

@ -125,5 +125,3 @@ else
fi fi
rm -rf OUT.TXT ${RMIREG_OUT} rmi_tmp rm -rf OUT.TXT ${RMIREG_OUT} rmi_tmp
exit ${exitCode} exit ${exitCode}

View File

@ -119,5 +119,3 @@ public class Copy {
} }
} }
} }

View File

@ -211,5 +211,3 @@ public class ToArrayTest {
else {System.out.println(x + " not equal to " + y); fail(); } else {System.out.println(x + " not equal to " + y); fail(); }
} }
} }

View File

@ -18,5 +18,3 @@ blah.level = FINE
foo.bar.l10.level = INFO foo.bar.l10.level = INFO
foo.bar.l100.level = INFO foo.bar.l100.level = INFO
foo.bar.l1000.level = INFO foo.bar.l1000.level = INFO

View File

@ -184,5 +184,3 @@ public class ModelStandardIndexedDirectorTest {
} }
} }

View File

@ -219,5 +219,3 @@ Inc. This product includes code licensed from RSA Security.
Copyright 2003 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, Copyright 2003 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
California 95054, U.S.A. All rights reserved. California 95054, U.S.A. All rights reserved.

View File

@ -109,5 +109,3 @@ public class bug8058120 {
frame.setVisible(true); frame.setVisible(true);
} }
} }

View File

@ -221,5 +221,3 @@ freePort()
fi fi
echo "${port1}" echo "${port1}"
} }

View File

@ -57,5 +57,3 @@ public class PasswordFilePermissionTest extends AbstractFilePermissionTest {
} }
} }

View File

@ -61,5 +61,3 @@ public class SSLConfigFilePermissionTest extends AbstractFilePermissionTest {
test.runTest(args); test.runTest(args);
} }
} }

View File

@ -15,5 +15,3 @@
6. connect jconsole to host2:50234 6. connect jconsole to host2:50234
Make sure jconsole works Make sure jconsole works
Make sure only host2.50234 and host2.50235 appears in tcpdump output. Make sure only host2.50234 and host2.50235 appears in tcpdump output.

View File

@ -26,5 +26,3 @@ This will generate revokeall.exe.
Note that a 32-bit version of revokeall.exe is checked into SCCS Note that a 32-bit version of revokeall.exe is checked into SCCS
- this 32-bit application is also used when running on 64-bit - this 32-bit application is also used when running on 64-bit
versions of Windows (AMD64 and IA64). versions of Windows (AMD64 and IA64).

View File

@ -45,5 +45,3 @@ grant {
permission java.util.PropertyPermission "java.vm.vendor", "read"; permission java.util.PropertyPermission "java.vm.vendor", "read";
permission java.util.PropertyPermission "java.vm.name", "read"; permission java.util.PropertyPermission "java.vm.name", "read";
}; };

View File

@ -45,5 +45,3 @@ grant {
permission java.util.PropertyPermission "java.vm.vendor", "read"; permission java.util.PropertyPermission "java.vm.vendor", "read";
permission java.util.PropertyPermission "java.vm.name", "read"; permission java.util.PropertyPermission "java.vm.name", "read";
}; };

View File

@ -127,5 +127,3 @@ public class IPv6 {
} }
} }
} }

View File

@ -132,6 +132,3 @@ case "$OS" in
exit 0 exit 0
;; ;;
esac esac

View File

@ -1,5 +1,3 @@
showInfo = false showInfo = false
name = test name = test
library = C:\pki DLL\x64\acpkcs211.dll library = C:\pki DLL\x64\acpkcs211.dll

View File

@ -28,5 +28,3 @@ import java.util.Map;
public interface TestCase { public interface TestCase {
Map.Entry<Boolean, String> runTest(); Map.Entry<Boolean, String> runTest();
} }

View File

@ -122,5 +122,3 @@ public class TestUtils {
return resultBuf; return resultBuf;
} }
} }

View File

@ -72,5 +72,3 @@ else
echo "ERR is $ERR" echo "ERR is $ERR"
exit 1 exit 1
fi fi

View File

@ -72,5 +72,3 @@ else
echo "ERR is $ERR" echo "ERR is $ERR"
exit 1 exit 1
fi fi

View File

@ -115,5 +115,3 @@ else
echo "ERR is $ERR" echo "ERR is $ERR"
exit 1 exit 1
fi fi