From 7fd9e1e281a1549deb27546a71e6a279485df142 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Tue, 8 Apr 2008 06:37:55 +0000 Subject: [PATCH] Correct indentation and copyright-notice. --- .../eclipse/cdt/internal/core/pdom/ASTFilePathResolver.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/ASTFilePathResolver.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/ASTFilePathResolver.java index 0f131cc8d4c..fbd2dbb1649 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/ASTFilePathResolver.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/ASTFilePathResolver.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 Wind River Systems, Inc. and others. + * Copyright (c) 2007, 2008 Wind River Systems, Inc. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -34,7 +34,7 @@ public abstract class ASTFilePathResolver { /** * Check for existence of an inclusion as computed by the preprocessor. */ - public abstract boolean doesIncludeFileExist(String includePath); + public abstract boolean doesIncludeFileExist(String includePath); /** * Convert an index file location to the path as it will be stored in the AST.