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:
parent
83cc247f9c
commit
7fd9e1e281
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue