aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-09-24 13:39:28 +0200
committerThomas White <taw@physics.org>2014-09-24 13:39:28 +0200
commit10f77e1e2f11baae436bb149066625d295ae521a (patch)
treed5c7e382dce73695ced86d0af895877bf13b2086 /src/im-sandbox.c
parentf88f11adb68b7b11dbc653543c989108aeb96a8f (diff)
Move photon_energy to "geometry" file
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c6
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;