mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +02:00
Cosmetics
Change-Id: I30f57d777d2761343449940087f825a37208c930
This commit is contained in:
parent
151a4c05e5
commit
40416c3da4
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ public class IncludePreferences implements Comparator<StyledInclude> {
|
|||
PreferenceConstants.INCLUDES_ALLOW_PARTNER_INDIRECT_INCLUSION, project, true);
|
||||
|
||||
// Unused include handling preferences
|
||||
value = PreferenceConstants.getPreference(PreferenceConstants.INCLUDES_UNUSED_STATEMENTS_DISPOSITION, project, null);
|
||||
value = PreferenceConstants.getPreference(
|
||||
PreferenceConstants.INCLUDES_UNUSED_STATEMENTS_DISPOSITION, project, null);
|
||||
UnusedStatementDisposition disposition = null;
|
||||
if (value != null)
|
||||
disposition = UnusedStatementDisposition.valueOf(value);
|
||||
|
|
Loading…
Add table
Reference in a new issue