opengl: Comments and layout improvements
This commit is contained in:
@@ -79,6 +79,9 @@ VGL_filterS() {
|
||||
#
|
||||
# These consume a stream of escaped new-line separated items
|
||||
#
|
||||
|
||||
# Return true iff given command returns true for some item
|
||||
#
|
||||
VGL_anyS() {
|
||||
declare command=("$@")
|
||||
while read next; do
|
||||
@@ -90,6 +93,7 @@ VGL_anyS() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Tests for the filter transformer
|
||||
#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user