summaryrefslogtreecommitdiff
path: root/src/mp-equation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mp-equation.h')
-rw-r--r--src/mp-equation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mp-equation.h b/src/mp-equation.h
index d6c0f24..d7eddd3 100644
--- a/src/mp-equation.h
+++ b/src/mp-equation.h
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2004-2008 Sami Pietila
* Copyright (C) 2008-2011 Robert Ancell.
- *
+ *
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 2 of the License, or (at your option) any later
@@ -41,7 +41,7 @@ typedef struct {
/* Data to pass to callbacks */
void *callback_data;
-
+
/* Function to check if a variable is defined */
int (*variable_is_defined)(const char *name, void *data);