summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-17 20:27:10 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-17 20:27:15 +0100
commit09df88645767b8d20075cb3b6d1b2f400a75c605 (patch)
treef118cec1a675e1021457b13be8d6d621590cda64 /src/testing
parent5acfa22605eb64c3735cf05a8624c2fabbdad861 (diff)
fix indentation
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 899ac2865..7dbd97294 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -11,7 +11,7 @@
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Affero General Public License for more details.
-
+
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -839,7 +839,9 @@ update_config (void *cls,
GNUNET_CONFIGURATION_get_value_yesno (uc->cfg, "testing",
single_variable))
{
- GNUNET_snprintf (uval, sizeof (uval), "%s/%s.sock",
+ GNUNET_snprintf (uval,
+ sizeof (uval),
+ "%s/%s.sock",
uc->gnunet_home, section);
value = uval;
}