1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Correct indentation and copyright-notice.

This commit is contained in:
Markus Schorn 2008-04-08 06:37:55 +00:00
parent 83cc247f9c
commit 7fd9e1e281

View file

@ -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.