Changeset bbc31e4 for owl.h


Ignore:
Timestamp:
Feb 23, 2013, 5:44:21 PM (11 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10
Children:
366badc
Parents:
e26abb6
git-author:
David Benjamin <davidben@mit.edu> (02/20/13 17:49:33)
git-committer:
David Benjamin <davidben@mit.edu> (02/23/13 17:44:21)
Message:
Whitespace that I don't feel like rebasing

Sigh. Tabs and spaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r4584d1f rbbc31e4  
    242242  GClosure *set_fromstring_fn;
    243243                                /* sets the variable to a value
    244                                 * of the appropriate type.
    245                                  * unless documented, this
    246                                  * should make a copy.
    247                                 * returns 0 on success. */
     244                                * of the appropriate type.
     245                                 * unless documented, this
     246                                 * should make a copy.
     247                                * returns 0 on success. */
    248248  GClosure *get_tostring_fn;
    249249                                /* converts val to a string;
    250                                 * caller must free the result */
     250                                * caller must free the result */
    251251
    252252  /* These are only valid for OWL_VARIABLE_{INT,BOOL,STRING} */
     
    254254
    255255  GCallback get_fn;
    256                                 /* returns a reference to the current value.
    257                                 * WARNING:  this approach is hard to make
    258                                 * thread-safe... */
     256                                /* returns a reference to the current value.
     257                                * WARNING:  this approach is hard to make
     258                                * thread-safe... */
    259259  GCallback validate_fn;
    260260                                /* returns 1 if newval is valid */
    261261  GCallback set_fn;
    262262                                /* sets the variable to a value
    263                                 * of the appropriate type.
    264                                  * unless documented, this
    265                                  * should make a copy.
    266                                 * returns 0 on success. */
     263                                * of the appropriate type.
     264                                 * unless documented, this
     265                                 * should make a copy.
     266                                * returns 0 on success. */
    267267} owl_variable;
    268268
Note: See TracChangeset for help on using the changeset viewer.