diff options
author | Thomas White <taw@physics.org> | 2014-09-24 13:39:28 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-24 13:39:28 +0200 |
commit | 10f77e1e2f11baae436bb149066625d295ae521a (patch) | |
tree | d5c7e382dce73695ced86d0af895877bf13b2086 /src/im-sandbox.c | |
parent | f88f11adb68b7b11dbc653543c989108aeb96a8f (diff) |
Move photon_energy to "geometry" file
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r-- | src/im-sandbox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 75c2624e..6c712ba3 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -131,9 +131,9 @@ static void unlock_sandbox(struct sandbox *sb) } -static struct filename_plus_event *get_pattern - (FILE *fh, int config_basename, struct detector *det, - const char *prefix) +static struct filename_plus_event *get_pattern(FILE *fh, int config_basename, + struct detector *det, + const char *prefix) { char *line = NULL; size_t len; |