1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Bug 541116 - fix whitespace

Change-Id: I8c345f0f4a531ecef78955512de488386c22fc7d
This commit is contained in:
Jonah Graham 2018-11-23 17:26:38 +00:00
parent 240f017407
commit 0c7b32c0dd

View file

@ -42,7 +42,7 @@ public class IndexToASTNameHelper {
} else if (!(name instanceof IIndexName)) { } else if (!(name instanceof IIndexName)) {
return null; return null;
} }
if (tu == null) { if (tu == null) {
return null; return null;
} }