1
0
Fork 0
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:
Sergey Prigogin 2017-02-15 20:02:43 -08:00
parent 151a4c05e5
commit 40416c3da4

View file

@ -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);