[svn-r7548] Purpose:

Bug fixes and code cleanup

Description:
    Whitespace removal.

    Added testfiles for named datatypes in attributes.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
This commit is contained in:
Quincey Koziol
2003-10-05 16:30:13 -05:00
parent e1ba6c55de
commit 4739cc20ee
93 changed files with 2501 additions and 2514 deletions

View File

@@ -7,40 +7,40 @@ GROUP "/" {
COMMENT "Comment for group /g1"
GROUP "g1.1" {
COMMENT "Comment for group /g1/g1.1"
}
}
GROUP "g1.2" {
COMMENT "Comment for group /g1/g1.2"
}
}
}
}
GROUP "g2" {
COMMENT "Comment for group /g2"
GROUP "g2.1" {
COMMENT "Comment for group /g2/g2.1"
GROUP "g2.1.1" {
COMMENT "Comment for group /g2/g2.1/g2.1.1"
}
}
GROUP "g2.1.2" {
COMMENT "Comment for group /g2/g2.1/g2.1.2"
}
}
GROUP "g2.1.3" {
COMMENT "Comment for group /g2/g2.1/g2.1.3"
}
}
}
}
}
}
GROUP "g3" {
COMMENT "Comment for group /g3"
GROUP "g3.1" {
COMMENT "Comment for group /g3/g3.1"
}
}
GROUP "g3.2" {
COMMENT "Comment for group /g3/g3.2"
}
}
GROUP "g3.3" {
COMMENT "Comment for group /g3/g3.3"
}
}
GROUP "g3.4" {
COMMENT "Comment for group /g3/g3.4"
}
}
}
}
}
}
}
}