1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Corrected indentation.

This commit is contained in:
Sergey Prigogin 2011-01-03 17:47:10 +00:00
parent 52f9c10504
commit 0fb92105b5

View file

@ -83,9 +83,9 @@ public class CSpellingEngine extends SpellingEngine {
IDocCommentOwner owner= null;
if (document instanceof IDocumentExtension3) {
IDocumentPartitioner partitioner= ((IDocumentExtension3)document).getDocumentPartitioner(ICPartitions.C_PARTITIONING);
if (partitioner instanceof FastCPartitioner) {
owner= ((FastCPartitioner)partitioner).getDocCommentOwner();
}
if (partitioner instanceof FastCPartitioner) {
owner= ((FastCPartitioner)partitioner).getDocCommentOwner();
}
}
try {