summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/d3d1x/docs
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-09-23 13:44:22 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-09-23 16:06:02 +0200
commit6c598c78bd17642d731cf57b8369cc794f64ba2f (patch)
tree27671d42b851a95b1b03bd44d039f75ac505c6e3 /src/gallium/state_trackers/d3d1x/docs
parente5ae4588d150a179974a812887f3b6445d8e2f34 (diff)
d3d1x: normalize whitespace
Diffstat (limited to 'src/gallium/state_trackers/d3d1x/docs')
-rw-r--r--src/gallium/state_trackers/d3d1x/docs/coding_style.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/d3d1x/docs/coding_style.txt b/src/gallium/state_trackers/d3d1x/docs/coding_style.txt
index a644a1323f..fb09417eac 100644
--- a/src/gallium/state_trackers/d3d1x/docs/coding_style.txt
+++ b/src/gallium/state_trackers/d3d1x/docs/coding_style.txt
@@ -6,7 +6,6 @@ The goal of these guidelines is to allow as much freedom as possible, while keep
- Align multiline statements with an additional extra tab before each continuation line
- Keep in mind that people can program with proportional fonts: hence, don't attempt to align anything not at the start of the line, since it's impossible
- In general, there should never be two consecutive spaces in the source code
-- As a special exception, [in] and __in annotations are followed by two spaces to align them with [out] and __out if displayed with a fixed size font. This may be revisited.
- There is no strict limit on line length, but try to not make lines too long, and insert a line break where it looks good
* Language/platform features