View | Details | Raw Unified | Return to bug 249954
Collapse All | Expand All

(-)src/org/eclipse/team/internal/ccvs/ui/operations/DiffOperation.java (+1 lines)
Lines 429-434 Link Here
429
		if (!sawCRorLF) {
429
		if (!sawCRorLF) {
430
			printStream.println();
430
			printStream.println();
431
			printStream.print("\\ No newline at end of file"); //$NON-NLS-1$
431
			printStream.print("\\ No newline at end of file"); //$NON-NLS-1$
432
			printStream.println();
432
		}
433
		}
433
	}
434
	}
434
435

Return to bug 249954