mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Corrected indentation.
This commit is contained in:
parent
52f9c10504
commit
0fb92105b5
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue