mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-21 04:32:32 +02:00
trunk/branch integration: source indentation
This commit is contained in:
parent
b554e38b37
commit
09e2bc4e9c
@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// Delegate.h
|
// Delegate.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/Delegate.h#2 $
|
// $Id: //poco/1.4/Foundation/include/Poco/Delegate.h#1 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Events
|
// Package: Events
|
||||||
@ -36,8 +36,8 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
#ifndef Foundation_Delegate_INCLUDED
|
#ifndef Foundation_Delegate_INCLUDED
|
||||||
#define Foundation_Delegate_INCLUDED
|
#define Foundation_Delegate_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
#include "Poco/Foundation.h"
|
#include "Poco/Foundation.h"
|
||||||
@ -233,4 +233,4 @@ static FunctionDelegate<TArgs, false> delegate(void (*NotifyMethod)(TArgs&))
|
|||||||
} // namespace Poco
|
} // namespace Poco
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif // Foundation_Delegate_INCLUDED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user