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:
parent
564b2c9337
commit
24742f7b1d
@ -25,5 +25,3 @@ Simple Build Instructions:
|
||||
5. Construct the images:
|
||||
cd make && gnumake images
|
||||
The resulting JDK image should be found in build/*/j2sdk-image
|
||||
|
||||
|
||||
|
@ -23,5 +23,3 @@
|
||||
<a href="CLSFractal.java">The source</a>.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
@ -14,9 +14,3 @@
|
||||
<a href="XYZApp.java">The source</a>.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -66,5 +66,3 @@ Java_java_util_zip_Adler32_updateByteBuffer(JNIEnv *env, jclass cls, jint adler,
|
||||
}
|
||||
return adler;
|
||||
}
|
||||
|
||||
|
||||
|
@ -275,6 +275,3 @@ message/rfc822: \
|
||||
application/xml: \
|
||||
description=XML document;\
|
||||
file_extensions=.xml
|
||||
|
||||
|
||||
|
||||
|
@ -272,5 +272,3 @@ message/rfc822: \
|
||||
application/xml: \
|
||||
description=XML document;\
|
||||
file_extensions=.xml
|
||||
|
||||
|
||||
|
@ -278,5 +278,3 @@ public class CDataTransferer extends DataTransferer {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -1406,5 +1406,3 @@ JNF_COCOA_EXIT(env);
|
||||
|
||||
return underMouse;
|
||||
}
|
||||
|
||||
|
||||
|
@ -80,5 +80,3 @@ struct Format3AnchorTable : AnchorTable
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -104,5 +104,3 @@ public:
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -63,5 +63,3 @@ LE_VAR_ARRAY(CursiveAttachmentSubtable, entryExitRecords)
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -61,5 +61,3 @@ LE_VAR_ARRAY(DeviceTable, deltaValues)
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -63,5 +63,3 @@ private:
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -62,5 +62,3 @@ LE_VAR_ARRAY(MarkArray, markRecordArray)
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -109,5 +109,3 @@ LE_VAR_ARRAY(PairPositioningFormat2Subtable, class1RecordArray)
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -71,5 +71,3 @@ LE_VAR_ARRAY(SinglePositioningFormat2Subtable, valueRecordArray)
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -68,5 +68,3 @@ LE_VAR_ARRAY(SingleSubstitutionFormat2Subtable, substituteArray)
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -129,5 +129,3 @@ inline ThaiShaping::StateTransition ThaiShaping::getTransition(le_uint8 state, l
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -94,5 +94,3 @@ enum ValueFormatBits
|
||||
|
||||
U_NAMESPACE_END
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -1836,5 +1836,3 @@ cmsBool CMSEXPORT cmsPipelineEvalReverseFloat(cmsFloat32Number Target[],
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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[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];
|
||||
}
|
||||
|
||||
|
||||
|
@ -989,5 +989,3 @@ void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID)
|
||||
{
|
||||
return _cmsContextGetClientChunk(ContextID, UserPtr);
|
||||
}
|
||||
|
||||
|
||||
|
@ -376,5 +376,3 @@ cmsBool CMSEXPORT cmsAdaptToIlluminant(cmsCIEXYZ* Result,
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
@ -84,5 +84,3 @@ HRESULT DwmAPI::DwmGetWindowAttribute(HWND hwnd, DWORD dwAttribute,
|
||||
}
|
||||
throw FunctionUnavailableException();
|
||||
}
|
||||
|
||||
|
||||
|
@ -131,5 +131,3 @@ THINGS TO DO:
|
||||
|
||||
2. Handle exceptions properly. The current code lacks error checking
|
||||
and recovery. This leads to random runtime crashes.
|
||||
|
||||
|
||||
|
@ -126,8 +126,3 @@ Java Logging Overview</a>.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -374,5 +374,3 @@ class TestDialog extends Dialog
|
||||
}
|
||||
|
||||
}// TestDialog class
|
||||
|
||||
|
||||
|
@ -442,6 +442,3 @@ public class InterfaceMethodsTest extends TestScaffold {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -1215,5 +1215,3 @@ runit()
|
||||
# Don't know how this arises
|
||||
debuggeeFailIfPresent "Internal exception"
|
||||
}
|
||||
|
||||
|
||||
|
@ -7,5 +7,3 @@ grant {
|
||||
//permission java.net.SocketPermission "*:636", "connect";
|
||||
//permission javax.security.auth.AuthPermission "modifyPrincipals";
|
||||
};
|
||||
|
||||
|
||||
|
@ -135,5 +135,3 @@ public class Test3 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -79,5 +79,3 @@ public class LCDScale extends Component {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -426,5 +426,3 @@ class TestDialog extends Dialog
|
||||
}
|
||||
|
||||
}// TestDialog class
|
||||
|
||||
|
||||
|
@ -421,5 +421,3 @@ class TestDialog extends Dialog
|
||||
}
|
||||
|
||||
}// TestDialog class
|
||||
|
||||
|
||||
|
@ -424,5 +424,3 @@ class TestDialog extends Dialog
|
||||
}
|
||||
|
||||
}// TestDialog class
|
||||
|
||||
|
||||
|
@ -425,5 +425,3 @@ class TestDialog extends Dialog
|
||||
}
|
||||
|
||||
}// TestDialog class
|
||||
|
||||
|
||||
|
@ -430,5 +430,3 @@ class TestDialog extends Dialog
|
||||
}
|
||||
|
||||
}// TestDialog class
|
||||
|
||||
|
||||
|
@ -144,5 +144,3 @@ public class JContainerMousePositionTest {
|
||||
frame1.setVisible(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -120,5 +120,3 @@ public class CTORRestrictions_Disable {
|
||||
frame.dispatchEvent( ( AWTEvent )meOld );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -59,5 +59,3 @@ Confirm the following two behaviors:
|
||||
<APPLET CODE="bug4490692.class" WIDTH=0 HEIGHT=0></APPLET>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
@ -45,5 +45,3 @@ Confirm the following behavior:
|
||||
<APPLET CODE="bug4959409.class" WIDTH=0 HEIGHT=0></APPLET>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
@ -12,6 +12,3 @@ java WriteAddedSuperClass
|
||||
rm A.class AddedSuperClass.class
|
||||
javac ReadAddedSuperClass2.java
|
||||
java ReadAddedSuperClass2
|
||||
|
||||
|
||||
|
||||
|
@ -44,5 +44,3 @@ esac
|
||||
|
||||
# now start the test
|
||||
${TESTJAVA}/bin/java ${TESTVMOPTS} -cp ${TESTSRC}${FS}resource.jar${PS}${TESTCLASSES} GetDotResource
|
||||
|
||||
|
||||
|
@ -69,5 +69,3 @@ if [ $failures -gt 0 ];
|
||||
then echo "$failures test(s) failed";
|
||||
else echo "All test(s) passed"; fi
|
||||
exit $failures
|
||||
|
||||
|
||||
|
@ -33,6 +33,3 @@
|
||||
* )
|
||||
echo "unrecognized system: $OS" ;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
|
@ -31,5 +31,3 @@ For step 4 (re-building libLauncher.so) the following environment is required:
|
||||
(c) Execute the make script :-
|
||||
Solaris: gnumake all
|
||||
Linux: gmake all
|
||||
|
||||
|
||||
|
@ -125,5 +125,3 @@ else
|
||||
fi
|
||||
rm -rf OUT.TXT ${RMIREG_OUT} rmi_tmp
|
||||
exit ${exitCode}
|
||||
|
||||
|
||||
|
@ -119,5 +119,3 @@ public class Copy {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -211,5 +211,3 @@ public class ToArrayTest {
|
||||
else {System.out.println(x + " not equal to " + y); fail(); }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -18,5 +18,3 @@ blah.level = FINE
|
||||
foo.bar.l10.level = INFO
|
||||
foo.bar.l100.level = INFO
|
||||
foo.bar.l1000.level = INFO
|
||||
|
||||
|
||||
|
@ -184,5 +184,3 @@ public class ModelStandardIndexedDirectorTest {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -219,5 +219,3 @@ Inc. This product includes code licensed from RSA Security.
|
||||
|
||||
Copyright 2003 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
California 95054, U.S.A. All rights reserved.
|
||||
|
||||
|
||||
|
@ -109,5 +109,3 @@ public class bug8058120 {
|
||||
frame.setVisible(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
@ -221,5 +221,3 @@ freePort()
|
||||
fi
|
||||
echo "${port1}"
|
||||
}
|
||||
|
||||
|
||||
|
@ -57,5 +57,3 @@ public class PasswordFilePermissionTest extends AbstractFilePermissionTest {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -61,5 +61,3 @@ public class SSLConfigFilePermissionTest extends AbstractFilePermissionTest {
|
||||
test.runTest(args);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -15,5 +15,3 @@
|
||||
6. connect jconsole to host2:50234
|
||||
Make sure jconsole works
|
||||
Make sure only host2.50234 and host2.50235 appears in tcpdump output.
|
||||
|
||||
|
||||
|
@ -26,5 +26,3 @@ This will generate revokeall.exe.
|
||||
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
|
||||
versions of Windows (AMD64 and IA64).
|
||||
|
||||
|
||||
|
@ -45,5 +45,3 @@ grant {
|
||||
permission java.util.PropertyPermission "java.vm.vendor", "read";
|
||||
permission java.util.PropertyPermission "java.vm.name", "read";
|
||||
};
|
||||
|
||||
|
||||
|
@ -45,5 +45,3 @@ grant {
|
||||
permission java.util.PropertyPermission "java.vm.vendor", "read";
|
||||
permission java.util.PropertyPermission "java.vm.name", "read";
|
||||
};
|
||||
|
||||
|
||||
|
@ -127,5 +127,3 @@ public class IPv6 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -132,6 +132,3 @@ case "$OS" in
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
showInfo = false
|
||||
name = test
|
||||
library = C:\pki DLL\x64\acpkcs211.dll
|
||||
|
||||
|
||||
|
@ -28,5 +28,3 @@ import java.util.Map;
|
||||
public interface TestCase {
|
||||
Map.Entry<Boolean, String> runTest();
|
||||
}
|
||||
|
||||
|
||||
|
@ -122,5 +122,3 @@ public class TestUtils {
|
||||
return resultBuf;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -72,5 +72,3 @@ else
|
||||
echo "ERR is $ERR"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
@ -72,5 +72,3 @@ else
|
||||
echo "ERR is $ERR"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
@ -115,5 +115,3 @@ else
|
||||
echo "ERR is $ERR"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user