diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:55:24 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:55:24 +0200 |
| commit | 7c8a5e4b2a7cff7573b1a308daf19d2dbd558a9c (patch) | |
| tree | 2c4774a63ec91d60931d822a7607a5011711c946 /include/libGenSVM.h | |
| parent | add doc and test to phony (diff) | |
| download | gensvm-7c8a5e4b2a7cff7573b1a308daf19d2dbd558a9c.tar.gz gensvm-7c8a5e4b2a7cff7573b1a308daf19d2dbd558a9c.zip | |
strip whitespaces
Diffstat (limited to 'include/libGenSVM.h')
| -rw-r--r-- | include/libGenSVM.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libGenSVM.h b/include/libGenSVM.h index cfa2815..dbf0903 100644 --- a/include/libGenSVM.h +++ b/include/libGenSVM.h @@ -11,16 +11,16 @@ */ /** - * @todo + * @todo * rename this file and libGenSVM.c to correspond with the lowercase convention. * Also change the name of the include guard. - */ + */ #ifndef LIBGENSVM_H #define LIBGENSVM_H #include "globals.h" -// forward declarations +// forward declarations struct GenData; struct GenModel; |
