trunk/branch integration: source indentation

This commit is contained in:
Marian Krivos 2011-08-22 18:33:48 +00:00
parent b554e38b37
commit 09e2bc4e9c

View File

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