Updated header guards to Be, Inc. style.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@713 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
\file File.h
|
||||
BFile interface declaration.
|
||||
*/
|
||||
#ifndef __sk_file_h__
|
||||
#define __sk_file_h__
|
||||
#ifndef _FILE_H
|
||||
#define _FILE_H
|
||||
|
||||
#include <DataIO.h>
|
||||
#include <Node.h>
|
||||
@@ -82,4 +82,4 @@ private:
|
||||
}; // namespace OpenBeOS
|
||||
#endif
|
||||
|
||||
#endif // __sk_file_h__
|
||||
#endif // _FILE_H
|
||||
|
||||
Reference in New Issue
Block a user