diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-26 18:00:56 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-26 18:00:56 +0000 |
commit | 666fd833584fe2e3618a397fe9d9a9bdf4c5b94b (patch) | |
tree | 19c4444705fd7f7803e0d7b597659c11d7e85b73 /dists/win32/wix | |
parent | 2edd2e4de0f08a0a5f23647ea715f279671a0b89 (diff) |
Doing a simple Perltidy commit so that I can evaluate differences between the branches and make sure patches are up to date
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1103 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists/win32/wix')
-rw-r--r-- | dists/win32/wix/uuidgen.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dists/win32/wix/uuidgen.pl b/dists/win32/wix/uuidgen.pl index 3713739f..fceb004f 100644 --- a/dists/win32/wix/uuidgen.pl +++ b/dists/win32/wix/uuidgen.pl @@ -1,5 +1,5 @@ -use Data::UUID;
-$ug = new Data::UUID;
-$uuid = $ug->create();
-print $ug->to_string($uuid);
-print "\n";
\ No newline at end of file +use Data::UUID; +$ug = new Data::UUID; +$uuid = $ug->create(); +print $ug->to_string($uuid); +print "\n"; |