Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
angle
Commits
5cb728c5
Commit
5cb728c5
authored
May 17, 2011
by
daniel@transgaming.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing newlines to source files
Issue=154 git-svn-id:
https://angleproject.googlecode.com/svn/trunk@653
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
18b7b5b5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
9 deletions
+5
-9
version.h
src/common/version.h
+1
-1
MapLongVariableNames.h
src/compiler/MapLongVariableNames.h
+1
-2
PoolAlloc.h
src/compiler/PoolAlloc.h
+1
-2
ShHandle.h
src/compiler/ShHandle.h
+1
-2
VariableInfo.h
src/compiler/VariableInfo.h
+1
-2
No files found.
src/common/version.h
View file @
5cb728c5
#define MAJOR_VERSION 0
#define MAJOR_VERSION 0
#define MINOR_VERSION 0
#define MINOR_VERSION 0
#define BUILD_VERSION 0
#define BUILD_VERSION 0
#define BUILD_REVISION 65
2
#define BUILD_REVISION 65
3
#define STRINGIFY(x) #x
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
#define MACRO_STRINGIFY(x) STRINGIFY(x)
...
...
src/compiler/MapLongVariableNames.h
View file @
5cb728c5
...
@@ -31,4 +31,4 @@ public:
...
@@ -31,4 +31,4 @@ public:
virtual
bool
visitBranch
(
Visit
,
TIntermBranch
*
);
virtual
bool
visitBranch
(
Visit
,
TIntermBranch
*
);
};
};
#endif // COMPILER_MAP_LONG_VARIABLE_NAMES_H_
#endif // COMPILER_MAP_LONG_VARIABLE_NAMES_H_
\ No newline at end of file
src/compiler/PoolAlloc.h
View file @
5cb728c5
...
@@ -297,4 +297,4 @@ protected:
...
@@ -297,4 +297,4 @@ protected:
TPoolAllocator
&
allocator
;
TPoolAllocator
&
allocator
;
};
};
#endif // _POOLALLOC_INCLUDED_
#endif // _POOLALLOC_INCLUDED_
\ No newline at end of file
src/compiler/ShHandle.h
View file @
5cb728c5
...
@@ -104,4 +104,4 @@ private:
...
@@ -104,4 +104,4 @@ private:
TCompiler
*
ConstructCompiler
(
ShShaderType
type
,
ShShaderSpec
spec
);
TCompiler
*
ConstructCompiler
(
ShShaderType
type
,
ShShaderSpec
spec
);
void
DeleteCompiler
(
TCompiler
*
);
void
DeleteCompiler
(
TCompiler
*
);
#endif // _SHHANDLE_INCLUDED_
#endif // _SHHANDLE_INCLUDED_
\ No newline at end of file
src/compiler/VariableInfo.h
View file @
5cb728c5
...
@@ -40,4 +40,4 @@ private:
...
@@ -40,4 +40,4 @@ private:
TVariableInfoList
&
mUniforms
;
TVariableInfoList
&
mUniforms
;
};
};
#endif // COMPILER_VARIABLE_INFO_H_
#endif // COMPILER_VARIABLE_INFO_H_
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment