From 63d3ab9cbe4ee3aa1e81cf5ac691f5256fcb0e39 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Wed, 28 Dec 2016 19:46:24 -0800 Subject: [PATCH] Cosmetics Change-Id: I098a9c0187c09a203d009a44d73338fdb6308568 --- .../cdt/core/parser/tests/scanner/FileCodeReaderFactory.java | 3 +-- .../eclipse/cdt/internal/core/parser/SavedFilesProvider.java | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner/FileCodeReaderFactory.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner/FileCodeReaderFactory.java index b84db415e89..260ec927cbf 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner/FileCodeReaderFactory.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner/FileCodeReaderFactory.java @@ -22,8 +22,7 @@ public class FileCodeReaderFactory extends InternalFileContentProvider { private FileCodeReaderFactory() {} @Override - public InternalFileContent getContentForInclusion(String path, - IMacroDictionary macroDictionary) { + public InternalFileContent getContentForInclusion(String path, IMacroDictionary macroDictionary) { return (InternalFileContent) FileContent.createForExternalFileLocation(path); } diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/SavedFilesProvider.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/SavedFilesProvider.java index cfd8ae22a75..ec37876f2cf 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/SavedFilesProvider.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/SavedFilesProvider.java @@ -25,8 +25,7 @@ public class SavedFilesProvider extends InternalFileContentProvider { } @Override - public InternalFileContent getContentForInclusion(String path, - IMacroDictionary macroDictionary) { + public InternalFileContent getContentForInclusion(String path, IMacroDictionary macroDictionary) { if (!getInclusionExists(path)) return null;